public class PasswordHashEncoder extends Object implements CredentialProcessor
| Constructor and Description |
|---|
PasswordHashEncoder() |
| Modifier and Type | Method and Description |
|---|---|
String |
encode(org.picketlink.idm.api.Credential credential,
Map<String,Object> options)
Encodes the specified credential and returns a String representation of
the encoded result.
|
String |
getPasswordHash() |
int |
getPasswordIterations() |
void |
setPasswordHash(String passwordHash) |
void |
setPasswordIterations(int passwordIterations) |
public String getPasswordHash()
public void setPasswordHash(String passwordHash)
public int getPasswordIterations()
public void setPasswordIterations(int passwordIterations)
public String encode(org.picketlink.idm.api.Credential credential, Map<String,Object> options)
CredentialProcessorencode in interface CredentialProcessorcredential - The credential to encodeoptions - Encoding optionsCopyright © 2013 Seam Framework. All Rights Reserved.