public class IdentityConfigurationBuilder extends Object implements IdentityConfigurationChildBuilder
This class should be used as the start point to build an IdentityConfiguration instance.
| Constructor and Description |
|---|
IdentityConfigurationBuilder() |
IdentityConfigurationBuilder(IdentityConfiguration from)
You may use this constructor to provided a previously created
IdentityConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
IdentityConfiguration |
build() |
IdentityConfigurationBuilder |
contextFactory(SecurityContextFactory securityContextFactory) |
IdentityStoresConfigurationBuilder |
stores() |
public IdentityConfigurationBuilder()
public IdentityConfigurationBuilder(IdentityConfiguration from)
You may use this constructor to provided a previously created IdentityConfiguration. The same configuration will
be used and validations will be executed when building a new IdentityConfiguration.
from - public IdentityStoresConfigurationBuilder stores()
stores in interface IdentityConfigurationChildBuilderpublic IdentityConfiguration build()
build in interface IdentityConfigurationChildBuilderpublic IdentityConfigurationBuilder contextFactory(SecurityContextFactory securityContextFactory)
contextFactory in interface IdentityConfigurationChildBuilderCopyright © 2013. All Rights Reserved.