public abstract class BaseAbstractStoreConfiguration extends Object implements IdentityStoreConfiguration
| Constructor and Description |
|---|
BaseAbstractStoreConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRealm(String name)
Sets the realm for this identity store.
|
FeatureSet |
getFeatureSet()
Returns a
FeatureSet describing the features supported by this identity store configuration. |
Set<String> |
getRealms()
Returns all configured realms.
|
void |
init()
Initializes the store configuration with the specified
FeatureSet. |
abstract void |
initConfig() |
public FeatureSet getFeatureSet()
IdentityStoreConfiguration
Returns a FeatureSet describing the features supported by this identity store configuration.
getFeatureSet in interface IdentityStoreConfigurationpublic void addRealm(String name)
IdentityStoreConfigurationSets the realm for this identity store.
addRealm in interface IdentityStoreConfigurationpublic Set<String> getRealms()
IdentityStoreConfigurationReturns all configured realms.
getRealms in interface IdentityStoreConfigurationpublic final void init()
throws SecurityConfigurationException
IdentityStoreConfiguration
Initializes the store configuration with the specified FeatureSet.
init in interface IdentityStoreConfigurationSecurityConfigurationExceptionpublic abstract void initConfig()
Copyright © 2013. All Rights Reserved.