public class IdentityConfigurationEvent extends Object
This event is raised during PicketLink startup when building the IDM configuration.
Observers can handle this event in order to get any additional configuration added to the IdentityConfigurationBuilder
The state of the IdentityConfigurationBuilder
depends on the following situations:
IdentityConfiguration
was produced, the builder is just an empty
instance, with no configuration.IdentityConfiguration
was produced, the builder is already
populated with those configurations.If the observer of this event does not provide any additional configuration and no .config.IdentityConfiguration
was produced, the default configuration will be used.
Constructor and Description |
---|
IdentityConfigurationEvent(IdentityConfigurationBuilder config) |
public IdentityConfigurationEvent(IdentityConfigurationBuilder config)
public IdentityConfigurationBuilder getConfig()
Copyright © 2018 JBoss by Red Hat. All rights reserved.