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() |
RelationshipPolicy |
getRelationshipPolicy() |
List<? extends IdentityStoreConfiguration> |
getStoreConfiguration() |
int |
hashCode() |
boolean |
supportsCredential()
Check if the configuration supports credential management.
|
boolean |
supportsPartition() |
boolean |
supportsPermission()
Check if the configuration supports credential management.
|
public RelationshipPolicy getRelationshipPolicy()
public String getName()
public List<? extends IdentityStoreConfiguration> getStoreConfiguration()
public boolean supportsPartition()
public boolean supportsCredential()
Check if the configuration supports credential management.
Credential management is supported if any of the configured identity stores support it.
public boolean supportsPermission()
Check if the configuration supports credential management.
Permission management is supported if any of the configured identity stores support it.
Copyright © 2018 JBoss by Red Hat. All rights reserved.