| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.config |
| Modifier and Type | Class and Description |
|---|---|
class |
OperationNotSupportedException
An
OperationNotSupportedException is thrown to indicate that a FeatureSet.FeatureGroup or FeatureSet.FeatureOperation
is not supported by the underlying IdentityStore configured for a specific IdentityManager instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureSet.addFeature(FeatureSet.FeatureGroup feature,
FeatureSet.FeatureOperation operation)
Adds the given
FeatureSet.FeatureOperation for the provided FeatureSet.FeatureGroup. |
IdentityManagerFactory |
IdentityConfiguration.buildIdentityManagerFactory()
Builds and returns a new
IdentityManagerFactory instance considering all configurations provided. |
void |
BaseAbstractStoreConfiguration.init() |
void |
IdentityStoreConfiguration.init()
Initializes the store configuration with the specified
FeatureSet. |
protected void |
JPAIdentityStoreConfiguration.initConfig() |
protected void |
LDAPIdentityStoreConfiguration.initConfig() |
protected void |
FileIdentityStoreConfiguration.initConfig() |
void |
FeatureSet.removeFeature(FeatureSet.FeatureGroup feature)
Removes the given
FeatureSet.FeatureGroup and all supported FeatureSet.FeatureOperation from the features set. |
void |
FeatureSet.removeFeature(FeatureSet.FeatureGroup feature,
FeatureSet.FeatureOperation operation)
Removes the given
FeatureSet.FeatureOperation for the provided FeatureSet.FeatureGroup from the features set. |
Copyright © 2013. All Rights Reserved.