@SupportsCredentials(value={org.picketlink.idm.credential.UsernamePasswordCredentials.class,org.picketlink.idm.credential.Password.class})
public class LDAPPlainTextPasswordCredentialHandler<S,V,U>
extends Object
implements org.picketlink.idm.credential.spi.CredentialHandler<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.SecurityContext context,
org.picketlink.idm.model.Agent agent,
org.picketlink.idm.credential.Password password,
LDAPIdentityStore store,
Date effectiveDate,
Date expiryDate) |
void |
validate(org.picketlink.idm.spi.SecurityContext context,
org.picketlink.idm.credential.UsernamePasswordCredentials usernamePassword,
LDAPIdentityStore identityStore) |
public LDAPPlainTextPasswordCredentialHandler()
public void setup(LDAPIdentityStore store)
setup in interface org.picketlink.idm.credential.spi.CredentialHandler<LDAPIdentityStore,org.picketlink.idm.credential.UsernamePasswordCredentials,org.picketlink.idm.credential.Password>public void validate(org.picketlink.idm.spi.SecurityContext context,
org.picketlink.idm.credential.UsernamePasswordCredentials usernamePassword,
LDAPIdentityStore identityStore)
validate in interface org.picketlink.idm.credential.spi.CredentialHandler<LDAPIdentityStore,org.picketlink.idm.credential.UsernamePasswordCredentials,org.picketlink.idm.credential.Password>public void update(org.picketlink.idm.spi.SecurityContext context,
org.picketlink.idm.model.Agent agent,
org.picketlink.idm.credential.Password password,
LDAPIdentityStore store,
Date effectiveDate,
Date expiryDate)
update in interface org.picketlink.idm.credential.spi.CredentialHandler<LDAPIdentityStore,org.picketlink.idm.credential.UsernamePasswordCredentials,org.picketlink.idm.credential.Password>Copyright © 2013. All Rights Reserved.