public class NamedIdentityConfigurationBuilder extends AbstractIdentityConfigurationChildBuilder<IdentityConfiguration>
A class used to build IdentityConfiguration instances.
| Modifier | Constructor and Description |
|---|---|
protected |
NamedIdentityConfigurationBuilder(String name,
IdentityConfigurationBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
protected IdentityConfiguration |
create()
Creates a new configuration.
|
protected String |
getName() |
protected Builder<IdentityConfiguration> |
readFrom(IdentityConfiguration configuration)
Reads a pre-created configuration.
|
IdentityStoresConfigurationBuilder |
stores()
This method should be used to provide all the necessary configuration for the identity stores supported by
this configuration.
|
protected void |
validate()
Validates the internal state.
|
build, buildAll, namedprotected NamedIdentityConfigurationBuilder(String name, IdentityConfigurationBuilder builder)
public IdentityStoresConfigurationBuilder stores()
This method should be used to provide all the necessary configuration for the identity stores supported by this configuration.
protected IdentityConfiguration create()
BuilderCreates a new configuration.
create in class Builder<IdentityConfiguration>protected void validate()
BuilderValidates the internal state.
validate in class Builder<IdentityConfiguration>protected Builder<IdentityConfiguration> readFrom(IdentityConfiguration configuration)
BuilderReads a pre-created configuration.
readFrom in class Builder<IdentityConfiguration>protected String getName()
Copyright © 2014. All Rights Reserved.