| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.config | |
| org.picketlink.idm.credential.spi | |
| org.picketlink.idm.spi |
| Modifier and Type | Method and Description |
|---|---|
IdentityManagementException |
IDMMessages.credentialUnsupportedType(Class<?> type,
CredentialHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
IdentityManagementException |
IDMMessages.credentialCredentialHandlerInstantiationError(Class<? extends CredentialHandler> type,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends CredentialHandler>> |
BaseAbstractStoreConfiguration.getCredentialHandlers() |
List<Class<? extends CredentialHandler>> |
IdentityStoreConfiguration.getCredentialHandlers()
Returns a
List of the CredentialHandler types configured. |
| Modifier and Type | Method and Description |
|---|---|
C |
BaseAbstractStoreConfiguration.addCredentialHandler(Class<? extends CredentialHandler> credentialHandler) |
| 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 | 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
|
Copyright © 2013. All Rights Reserved.