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() |
public SecurityConfigurationBuilder getBuilder()
Copyright © 2018 JBoss by Red Hat. All rights reserved.