| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.config | |
| org.picketlink.idm.credential.handler |
| 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>> |
AbstractIdentityStoreConfiguration.getCredentialHandlers() |
List<Class<? extends CredentialHandler>> |
IdentityStoreConfiguration.getCredentialHandlers()
Returns a
List of the CredentialHandler types configured. |
protected Set<Class<? extends CredentialHandler>> |
IdentityStoreConfigurationBuilder.getCredentialHandlers() |
| Modifier and Type | Method and Description |
|---|---|
S |
IdentityStoreConfigurationBuilder.addCredentialHandler(Class<? extends CredentialHandler> credentialHandler)
Adds a custom .
|
| Constructor and Description |
|---|
AbstractIdentityStoreConfiguration(Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> supportedTypes,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> unsupportedTypes,
List<ContextInitializer> contextInitializers,
Map<String,Object> credentialHandlerProperties,
Set<Class<? extends CredentialHandler>> credentialHandlers,
boolean supportsAttribute) |
JPAIdentityStoreConfiguration(Set<Class<?>> entityTypes,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> supportedTypes,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> unsupportedTypes,
List<ContextInitializer> contextInitializers,
Map<String,Object> credentialHandlerProperties,
Set<Class<? extends CredentialHandler>> credentialHandlers,
boolean supportsAttribute) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCredentialHandler<S extends IdentityStore<?>,V extends AbstractBaseCredentials,U>
Base class for
CredentialHandler implementations. |
class |
DigestCredentialHandler<S,V,U>
This particular implementation supports the validation of
DigestCredentials. |
class |
PasswordCredentialHandler<S extends CredentialStore<?>,V extends UsernamePasswordCredentials,U extends Password>
This particular implementation supports the validation of
UsernamePasswordCredentials, and updating
Password credentials. |
class |
TOTPCredentialHandler
This particular implementation supports the validation of
TOTPCredentials, and updating TOTPCredential credentials. |
class |
X509CertificateCredentialHandler<S,V,U>
This particular implementation supports the validation of
X509CertificateCredentials, and updating X509Cert credentials. |
Copyright © 2013. All Rights Reserved.