Package | Description |
---|---|
org.picketlink.idm | |
org.picketlink.idm.config | |
org.picketlink.idm.credential.handler | |
org.picketlink.idm.ldap.internal |
Modifier and Type | Method and Description |
---|---|
IdentityManagementException |
IDMMessages.credentialUnsupportedType(Class<?> type,
CredentialHandler handler) |
IdentityManagementException |
IDMInternalMessages_$bundle.credentialUnsupportedType(Class arg0,
CredentialHandler arg1) |
IdentityManagementException |
IDMMessages_$bundle.credentialUnsupportedType(Class type,
CredentialHandler handler) |
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,
boolean supportsCredential,
boolean supportsPermissions) |
JDBCIdentityStoreConfiguration(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,
boolean supportsCredential,
boolean supportsPermissions) |
JDBCIdentityStoreConfiguration(String jndiName,
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,
boolean supportsCredential,
boolean supportsPermissions) |
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,
boolean supportsCredential,
boolean supportsPermissions) |
TokenStoreConfiguration(List<Token.Consumer> tokenConsumer,
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,
boolean supportsCredential,
boolean supportsPermissions) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCredentialHandler<S extends CredentialStore<?>,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 |
TokenCredentialHandler<S extends CredentialStore<?>,V extends TokenCredential,U extends Token> |
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. |
Modifier and Type | Class and Description |
---|---|
class |
LDAPPlainTextPasswordCredentialHandler<S,V,U>
This particular implementation supports the validation of UsernamePasswordCredentials, and updating PlainTextPassword
credentials.
|
Copyright © 2016. All rights reserved.