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.
| Modifier and Type | Method and Description |
|---|---|
List<IdentityStoreConfiguration> |
getConfiguredStores()
Returns all registered
IdentityStoreConfiguration instances. |
SecurityContextFactory |
getSecurityContextFactory() |
StoreFactory |
getStoreFactory() |
public List<IdentityStoreConfiguration> getConfiguredStores()
Returns all registered IdentityStoreConfiguration instances.
public StoreFactory getStoreFactory()
public SecurityContextFactory getSecurityContextFactory()
Copyright © 2013. All Rights Reserved.