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, getDefaultPasswordAlgorithmType
public 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 BasePasswordEncryptor
com.liferay.portal.kernel.exception.PwdEncryptorException