| Package | Description |
|---|---|
| org.picketlink.idm.credential.spi | |
| org.picketlink.idm.spi |
| Modifier and Type | Method and Description |
|---|---|
void |
CredentialHandler.update(Agent agent,
Object credential,
IdentityStore<?> identityStore,
Date effectiveDate,
Date expiryDate) |
void |
CredentialHandler.validate(Credentials credentials,
IdentityStore<?> identityStore) |
| Modifier and Type | Method and Description |
|---|---|
CredentialHandler |
CredentialHandlerFactory.getCredentialUpdater(Class<?> credentialClass,
Class<? extends IdentityStore> identityStore) |
CredentialHandler |
CredentialHandlerFactory.getCredentialValidator(Class<? extends Credentials> credentialsClass,
Class<? extends IdentityStore> identityStore) |
| Modifier and Type | Method and Description |
|---|---|
IdentityStore |
StoreFactory.createIdentityStore(IdentityStoreConfiguration config,
IdentityStoreInvocationContext context)
Creates an instance of an IdentityStore using the provided configuration
|
| Modifier and Type | Method and Description |
|---|---|
CredentialHandler |
IdentityStoreInvocationContext.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 |
IdentityStoreInvocationContext.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 |
IdentityStoreInvocationContextFactory.initContextForStore(IdentityStoreInvocationContext ctx,
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.