| 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 |
|---|---|
protected List<Class<? extends CredentialHandler>> |
AbstractIdentityStoreConfigurationBuilder.getCredentialHandlers() |
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 |
|---|---|
S |
AbstractIdentityStoreConfigurationBuilder.addCredentialHandler(Class<? extends CredentialHandler> credentialHandler) |
S |
IdentityStoreConfigurationBuilder.addCredentialHandler(Class<? extends CredentialHandler> credentialHandler) |
| Constructor and Description |
|---|
BaseAbstractStoreConfiguration(Map<FeatureSet.FeatureGroup,Set<FeatureSet.FeatureOperation>> supportedFeatures,
Map<Class<? extends Relationship>,Set<FeatureSet.FeatureOperation>> supportedRelationships,
Set<String> realms,
Set<String> tiers,
List<ContextInitializer> contextInitializers,
Map<String,Object> credentialHandlerProperties,
List<Class<? extends CredentialHandler>> credentialHandlers) |
| 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.