public interface IdentityStoreConfiguration
Represents a configuration for a specific IdentityStore.
| Modifier and Type | Method and Description |
|---|---|
List<ContextInitializer> |
getContextInitializers()
Returns all
ContextInitializer instances configured for a specific identity store. |
Map<String,Object> |
getCredentialHandlerProperties()
Allows credential handler behaviour to be customized via a set of property values
|
List<Class<? extends CredentialHandler>> |
getCredentialHandlers()
Returns a
List of the CredentialHandler types configured. |
FeatureSet |
getFeatureSet()
Returns a
FeatureSet describing the features supported by this identity store configuration. |
Set<String> |
getRealms()
Returns all configured realms.
|
Set<String> |
getTiers() |
void |
init()
Initializes the store configuration with the specified
FeatureSet. |
void init()
throws SecurityConfigurationException
Initializes the store configuration with the specified FeatureSet.
SecurityConfigurationExceptionFeatureSet getFeatureSet()
Returns a FeatureSet describing the features supported by this identity store configuration.
List<ContextInitializer> getContextInitializers()
Returns all ContextInitializer instances configured for a specific identity store.
List<Class<? extends CredentialHandler>> getCredentialHandlers()
Returns a List of the CredentialHandler types configured.
Copyright © 2013. All Rights Reserved.