public interface IdentityStoreConfigurationBuilder<T extends IdentityStoreConfiguration,S extends IdentityStoreConfigurationBuilder<T,S>> extends Builder<T>
| Modifier and Type | Method and Description |
|---|---|
S |
addContextInitializer(ContextInitializer contextInitializer) |
S |
addCredentialHandler(Class<? extends CredentialHandler> credentialHandler) |
S |
addRealm(String... realmNames) |
S |
addTier(String... tierNames) |
S |
removeFeature(FeatureSet.FeatureGroup feature) |
S |
removeFeature(FeatureSet.FeatureGroup feature,
FeatureSet.FeatureOperation operation) |
S |
removeRelationship(Class<? extends Relationship>... relationshipClasses) |
S |
removeRelationshipFeature(Class<? extends Relationship> relationshipClass,
FeatureSet.FeatureOperation operation) |
S |
setCredentialHandlerProperty(String propertyName,
Object value) |
S |
supportAllFeatures() |
S |
supportFeature(FeatureSet.FeatureGroup... feature) |
S |
supportRelationshipType(Class<? extends Relationship>... types) |
S supportAllFeatures()
S supportRelationshipType(Class<? extends Relationship>... types)
S supportFeature(FeatureSet.FeatureGroup... feature)
S addCredentialHandler(Class<? extends CredentialHandler> credentialHandler)
S addContextInitializer(ContextInitializer contextInitializer)
S removeFeature(FeatureSet.FeatureGroup feature, FeatureSet.FeatureOperation operation)
S removeFeature(FeatureSet.FeatureGroup feature)
S removeRelationshipFeature(Class<? extends Relationship> relationshipClass, FeatureSet.FeatureOperation operation)
S removeRelationship(Class<? extends Relationship>... relationshipClasses)
Copyright © 2013. All Rights Reserved.