| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.credential.spi | |
| org.picketlink.idm.spi |
| Modifier and Type | Method and Description |
|---|---|
IdentityManagementException |
IDMMessages.credentialInvalidCredentialStoreType(Class<? extends IdentityStore> type) |
| 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 | Method and Description |
|---|---|
CredentialHandler |
CredentialHandlerFactory.getCredentialUpdater(Class<?> credentialClass,
IdentityStore<?> identityStore) |
CredentialHandler |
CredentialHandlerFactory.getCredentialValidator(Class<? extends Credentials> credentialsClass,
IdentityStore<?> identityStore) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CredentialStore<T extends IdentityStoreConfiguration>
A special type of IdentityStore that supports the storage of raw credential state also
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IdentityStoreConfiguration> |
StoreFactory.createIdentityStore(T config,
SecurityContext context)
Creates an instance of an IdentityStore using the provided configuration
|
IdentityStore<?> |
StoreFactory.getStoreForFeature(SecurityContext context,
FeatureSet.FeatureGroup feature,
FeatureSet.FeatureOperation operation) |
IdentityStore<?> |
StoreFactory.getStoreForFeature(SecurityContext context,
FeatureSet.FeatureGroup feature,
FeatureSet.FeatureOperation operation,
Class<? extends Relationship> relationshipClass) |
| Modifier and Type | Method and Description |
|---|---|
CredentialHandler |
SecurityContext.getCredentialUpdater(Class<?> credentialClass,
IdentityStore identityStore)
Returns a CredentialHandler instance capable of updating a credential of the specified Credentials class, for the
specified IdentityStore class
|
CredentialHandler |
SecurityContext.getCredentialValidator(Class<? extends Credentials> credentialsClass,
IdentityStore identityStore)
Returns a CredentialHandler instance capable of validating a credential of the specified Credentials class, for the
specified IdentityStore class
|
void |
ContextInitializer.initContextForStore(SecurityContext context,
IdentityStore<?> store) |
| Modifier and Type | Method and Description |
|---|---|
void |
StoreFactory.mapIdentityConfiguration(Class<? extends IdentityStoreConfiguration> configClass,
Class<? extends IdentityStore<?>> storeClass)
Maps specific implementations of IdentityStoreConfiguration to a corresponding
IdentityStore implementation.
|
Copyright © 2013. All Rights Reserved.