org.picketlink.idm.credential.handler
public interface CredentialHandler<S extends IdentityStore<?>,V extends Credentials,U>
Modifier and Type | Field and Description |
---|---|
static String |
LOGIN_NAME_PROPERTY
This is the name of the identity type property that will be used to retrieve the account's
login name, used for account lookup.
|
static String |
SUPPORTED_ACCOUNT_TYPES_PROPERTY
This property can be used to support additional
Account types. |
static final String LOGIN_NAME_PROPERTY
This is the name of the identity type property that will be used to retrieve the account's login name, used for account lookup.
static final String SUPPORTED_ACCOUNT_TYPES_PROPERTY
This property can be used to support additional Account
types. The value can be either a Array
of Account
types or a single type.
void validate(IdentityContext context, V credentials, S store)
credentials
- store
- void update(IdentityContext context, Account account, U credential, S store, Date effectiveDate, Date expiryDate)
user
- credential
- store
- void setup(S store)
identityStore
- Copyright © 2015 JBoss by Red Hat. All Rights Reserved.