public class LegacyAlgorithmAwarePasswordEncryptor extends BasePasswordEncryptor
| Constructor and Description |
|---|
LegacyAlgorithmAwarePasswordEncryptor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
doEncrypt(String algorithm,
String plainTextPassword,
String encryptedPassword) |
protected String |
getAlgorithmName(String algorithm) |
String[] |
getSupportedAlgorithmTypes() |
void |
setParentPasswordEncryptor(com.liferay.portal.kernel.security.pwd.PasswordEncryptor defaultPasswordEncryptor) |
encrypt, encrypt, getDefaultPasswordAlgorithmTypepublic LegacyAlgorithmAwarePasswordEncryptor()
public String[] getSupportedAlgorithmTypes()
public void setParentPasswordEncryptor(com.liferay.portal.kernel.security.pwd.PasswordEncryptor defaultPasswordEncryptor)
protected String doEncrypt(String algorithm, String plainTextPassword, String encryptedPassword) throws com.liferay.portal.kernel.exception.PwdEncryptorException
doEncrypt in class BasePasswordEncryptorcom.liferay.portal.kernel.exception.PwdEncryptorException