| Package | Description |
|---|---|
| org.picketlink.idm.config |
| Modifier and Type | Method and Description |
|---|---|
FeatureSet |
BaseAbstractStoreConfiguration.getFeatureSet() |
FeatureSet |
IdentityStoreConfiguration.getFeatureSet()
Returns a
FeatureSet describing the features supported by this identity store configuration. |
| Modifier and Type | Method and Description |
|---|---|
static void |
FeatureSet.addFeatureSupport(FeatureSet featureSet,
FeatureSet.FeatureGroup... groups)
Adds the given
FeatureSet.FeatureGroup values to the provided FeatureSet. |
static void |
FeatureSet.addRelationshipSupport(FeatureSet featureSet,
Class<? extends Relationship>... relationshipClass)
Adds the given
Relationship types to the provided FeatureSet. |
static void |
FeatureSet.removeRelationshipSupport(FeatureSet featureSet,
Class<? extends Relationship>... relationshipClasses)
Removes the given
Relationship types from the provided FeatureSet. |
Copyright © 2013. All Rights Reserved.