public class SecurityConfigurationEvent extends Object
This event is raised during PicketLink startup to allow applications to customize and provide their own
SecurityConfiguration
.
Observers can handle this event in order to get any additional configuration added to the SecurityConfigurationBuilder
If there is no observer for this event or it does not provide any additional configuration, the default configuration will be used.
Constructor and Description |
---|
SecurityConfigurationEvent() |
Modifier and Type | Method and Description |
---|---|
SecurityConfigurationBuilder |
getBuilder() |
public SecurityConfigurationBuilder getBuilder()
Copyright © 2015. All rights reserved.