| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.config |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityManager.bootstrap(IdentityConfiguration configuration,
IdentityStoreInvocationContextFactory contextFactory)
This method must be invoked to set up the IdentityManager instance before any identity management operations may be
performed.
|
| 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. |
void |
BaseAbstractStoreConfiguration.init() |
void |
IdentityStoreConfiguration.init()
Initializes the store configuration with the specified
FeatureSet. |
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.