Interface | Description |
---|---|
AttributeStore<T extends IdentityStoreConfiguration> |
A special type of IdentityStore that is also capable of providing attribute management functionality.
|
ContextInitializer |
Context initializers can be used populate an specific
IdentityContext instance
with additional state. |
CredentialStore<T extends IdentityStoreConfiguration> |
A special type of IdentityStore that supports the storage of raw credential state also
|
IdentityContext |
Stores security related state for one or more identity management operations
|
IdentityStore<T extends IdentityStoreConfiguration> |
IdentityStore representation providing minimal SPI
|
PartitionStore<T extends IdentityStoreConfiguration> |
A special type of IdentityStore that is also capable of providing partition management functionality
|
StoreSelector |
Returns the correct IdentityStore instances for certain operation types, for a given Partition
|
Class | Description |
---|---|
RelationshipPolicy |
The relationship policy determines how and where relationships between identities are stored.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.