org.picketlink.idm.config
public class IdentityConfiguration extends Object
Consolidates all the configuration that should be used to initialize and start the IDM subsystem.
Each configuration have a name, and they must be unique when using multiple configurations.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
Set<Class<? extends IdentityType>> |
getRegisteredIdentityTypes() |
Set<Class<? extends Relationship>> |
getRegisteredRelationshipTypes() |
RelationshipPolicy |
getRelationshipPolicy() |
List<? extends IdentityStoreConfiguration> |
getStoreConfiguration() |
int |
hashCode() |
boolean |
supportsCredential()
Check if the configuration supports credential management.
|
boolean |
supportsPartition() |
public RelationshipPolicy getRelationshipPolicy()
public String getName()
public List<? extends IdentityStoreConfiguration> getStoreConfiguration()
public boolean supportsPartition()
public Set<Class<? extends IdentityType>> getRegisteredIdentityTypes()
public Set<Class<? extends Relationship>> getRegisteredRelationshipTypes()
public boolean supportsCredential()
Check if the configuration supports credential management.
Credential management is supported if any of the configured identity stores support it.
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.