Package | Description |
---|---|
org.picketlink.idm | |
org.picketlink.idm.config | |
org.picketlink.idm.credential.handler | |
org.picketlink.idm.spi | |
org.picketlink.idm.util |
Modifier and Type | Method and Description |
---|---|
void |
IDMLog.partitionUndefinedForTypeUsingDefault(IdentityType identityType,
IdentityStore identityStore,
Realm 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) |
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 | Class and Description |
---|---|
class |
AbstractCredentialHandler<S extends IdentityStore<?>,V extends AbstractBaseCredentials,U>
Base class for
CredentialHandler implementations. |
interface |
CredentialHandler<S extends IdentityStore<?>,V extends Credentials,U>
Performs credential validation and persists credential state to a Store.
|
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) |
Modifier and Type | Method and Description |
---|---|
static void |
IDMUtil.configureDefaultPartition(IdentityType identityType,
IdentityStore identityStore,
PartitionManager partitionManager)
Configure the default partition for the given identity type, if necessary.
|
Copyright © 2014. All Rights Reserved.