public interface IdentityStoreConfiguration
Represents a configuration for a specific IdentityStore.
| Modifier and Type | Method and Description |
|---|---|
void |
addRealm(String realm)
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. |
void init()
throws SecurityConfigurationException
Initializes the store configuration with the specified FeatureSet.
SecurityConfigurationExceptionvoid addRealm(String realm)
Sets the realm for this identity store.
realm - FeatureSet getFeatureSet()
Returns a FeatureSet describing the features supported by this identity store configuration.
Copyright © 2013. All Rights Reserved.