@SupportsCredentials(value={org.picketlink.idm.credential.UsernamePasswordCredentials.class,org.picketlink.idm.credential.Password.class})
public class LDAPPlainTextPasswordCredentialHandler<S,V,U>
extends org.picketlink.idm.credential.handler.AbstractCredentialHandler<LDAPIdentityStore,org.picketlink.idm.credential.UsernamePasswordCredentials,org.picketlink.idm.credential.Password>
| Constructor and Description |
|---|
LDAPPlainTextPasswordCredentialHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup(LDAPIdentityStore store) |
void |
update(org.picketlink.idm.spi.IdentityContext context,
org.picketlink.idm.model.Account account,
org.picketlink.idm.credential.Password password,
LDAPIdentityStore store,
Date effectiveDate,
Date expiryDate) |
void |
validate(org.picketlink.idm.spi.IdentityContext context,
org.picketlink.idm.credential.UsernamePasswordCredentials usernamePassword,
LDAPIdentityStore identityStore) |
public LDAPPlainTextPasswordCredentialHandler()
public void setup(LDAPIdentityStore store)
public void validate(org.picketlink.idm.spi.IdentityContext context,
org.picketlink.idm.credential.UsernamePasswordCredentials usernamePassword,
LDAPIdentityStore identityStore)
public void update(org.picketlink.idm.spi.IdentityContext context,
org.picketlink.idm.model.Account account,
org.picketlink.idm.credential.Password password,
LDAPIdentityStore store,
Date effectiveDate,
Date expiryDate)
Copyright © 2013. All Rights Reserved.