Modifier and Type | Method and Description |
---|---|
void |
IDMInternalLog_$logger.partitionUndefinedForTypeUsingDefault(IdentityType arg0,
IdentityStore arg1,
Partition arg2) |
void |
IDMLog_$logger.partitionUndefinedForTypeUsingDefault(IdentityType identityType,
IdentityStore identityStore,
Partition defaultPartition) |
void |
IDMLog.partitionUndefinedForTypeUsingDefault(IdentityType identityType,
IdentityStore identityStore,
Partition defaultPartition) |
Modifier and Type | Method and Description |
---|---|
SecurityConfigurationException |
IDMMessages.configCouldNotCreateStore(Class<? extends IdentityStore> storeClass,
IdentityStoreConfiguration storeConfiguration,
Exception e) |
void |
IDMLog.storeInitializing(Class<? extends IdentityStore> storeType) |
IdentityManagementException |
IDMInternalMessages.storeNotFound(Class<? extends IdentityStore> partitionStoreClass,
Class<? extends Partition> partitionClass) |
IdentityManagementException |
IDMInternalMessages.storeUnexpectedType(Class<? extends IdentityStore> expectedType,
Class<? extends IdentityStore> actualType) |
IdentityManagementException |
IDMInternalMessages.storeUnexpectedType(Class<? extends IdentityStore> expectedType,
Class<? extends IdentityStore> actualType) |
Modifier and Type | Method and Description |
---|---|
<T extends IdentityStore> |
AbstractIdentityStoreConfiguration.setIdentityStoreType(Class<T> identityStoreType) |
Modifier and Type | Method and Description |
---|---|
Class<? extends IdentityStore> |
IdentityStoreConfiguration.getIdentityStoreType()
Returns the
IdentityStore type associated with this configuration. |
Class<? extends IdentityStore> |
AbstractIdentityStoreConfiguration.getIdentityStoreType() |
Modifier and Type | Method and Description |
---|---|
void |
IdentityStoreConfiguration.initializeContext(IdentityContext context,
IdentityStore<?> store)
Initialize the specified
IdentityContext |
void |
AbstractIdentityStoreConfiguration.initializeContext(IdentityContext context,
IdentityStore<?> store) |
Modifier and Type | Interface and Description |
---|---|
interface |
CredentialHandler<S extends IdentityStore<?>,V extends Credentials,U>
Performs credential validation and persists credential state to a Store.
|
Modifier and Type | Class and Description |
---|---|
class |
FileIdentityStore
File based
IdentityStore implementation. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAttributeStore<C extends IdentityStoreConfiguration> |
class |
AbstractIdentityStore<C extends IdentityStoreConfiguration> |
Modifier and Type | Method and Description |
---|---|
<T extends IdentityStore<?>> |
DefaultStoreSelector.getStoreForIdentityOperation(IdentityContext context,
Class<T> storeType,
Class<? extends AttributedType> type,
IdentityStoreConfiguration.IdentityOperation operation) |
<T extends IdentityStore<?>> |
DefaultStoreSelector.lookupStore(IdentityContext context,
IdentityConfiguration configuration,
Class<? extends AttributedType> type,
IdentityStoreConfiguration.IdentityOperation operation) |
Modifier and Type | Method and Description |
---|---|
IdentityStore<?> |
DefaultStoreSelector.getStoreForRelationshipOperation(IdentityContext context,
Class<? extends Relationship> relationshipClass,
Relationship relationship,
IdentityStoreConfiguration.IdentityOperation operation) |
Modifier and Type | Method and Description |
---|---|
Set<IdentityStore<?>> |
DefaultStoreSelector.getStoresForIdentityQuery(IdentityContext context,
Class<? extends IdentityType> identityType) |
Set<IdentityStore<?>> |
DefaultStoreSelector.getStoresForRelationshipQuery(IdentityContext context,
Class<? extends Relationship> relationshipClass,
Set<Partition> partitions) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCIdentityStore
Implementation of
IdentityStore using JDBC |
Modifier and Type | Class and Description |
---|---|
class |
JPAIdentityStore
Implementation of IdentityStore that stores its state in a relational database.
|
Modifier and Type | Class and Description |
---|---|
class |
LDAPIdentityStore
An IdentityStore implementation backed by an LDAP directory
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeStore<T extends IdentityStoreConfiguration>
A special type of IdentityStore that is also capable of providing attribute management functionality.
|
interface |
CredentialStore<T extends IdentityStoreConfiguration>
A special type of IdentityStore that supports the storage of raw credential state also
|
interface |
PartitionStore<T extends IdentityStoreConfiguration>
A special type of IdentityStore that is also capable of providing partition management functionality
|
Modifier and Type | Method and Description |
---|---|
<T extends IdentityStore<?>> |
StoreSelector.getStoreForIdentityOperation(IdentityContext context,
Class<T> storeType,
Class<? extends AttributedType> type,
IdentityStoreConfiguration.IdentityOperation operation) |
Modifier and Type | Method and Description |
---|---|
IdentityStore<?> |
StoreSelector.getStoreForRelationshipOperation(IdentityContext context,
Class<? extends Relationship> relationshipClass,
Relationship relationship,
IdentityStoreConfiguration.IdentityOperation operation)
Returns the IdentityStore that manages relationships of the specified type, for the specified partition/s.
|
Modifier and Type | Method and Description |
---|---|
Set<IdentityStore<?>> |
StoreSelector.getStoresForIdentityQuery(IdentityContext context,
Class<? extends IdentityType> identityType)
Returns all available
IdentityStore instances that support the given IdentityType . |
Set<IdentityStore<?>> |
StoreSelector.getStoresForRelationshipQuery(IdentityContext context,
Class<? extends Relationship> relationshipClass,
Set<Partition> partitions)
Returns all available
IdentityStore instances that support the given IdentityType . |
Modifier and Type | Method and Description |
---|---|
void |
ContextInitializer.initContextForStore(IdentityContext context,
IdentityStore<?> store)
This method is invoked once and right after the
IdentityContext is created. |
Modifier and Type | Class and Description |
---|---|
class |
TokenIdentityStore |
Modifier and Type | Method and Description |
---|---|
static void |
IDMUtil.configureDefaultPartition(IdentityContext context,
IdentityType identityType,
IdentityStore identityStore,
PartitionManager partitionManager)
Configure the default partition for the given identity type, if necessary.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityManagerContextInitializer.initContextForStore(IdentityContext context,
IdentityStore<?> store) |
void |
AuthenticatedAccountContextInitializer.initContextForStore(IdentityContext context,
IdentityStore<?> store) |
Copyright © 2017. All rights reserved.