public class IdentityConfiguration extends Object
Defines the runtime configuration for Identity Management.
You should use this class to provide all necessary configuration for the identity stores that should be supported by the
IdentityManager.
| Constructor and Description |
|---|
IdentityConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStoreConfiguration(IdentityStoreConfiguration config)
Registers a
IdentityStoreConfiguration. |
List<IdentityStoreConfiguration> |
getConfiguredStores()
Returns all registered
IdentityStoreConfiguration instances. |
public List<IdentityStoreConfiguration> getConfiguredStores()
Returns all registered IdentityStoreConfiguration instances.
public void addStoreConfiguration(IdentityStoreConfiguration config)
Registers a IdentityStoreConfiguration.
config - Copyright © 2013. All Rights Reserved.