com.liferay.portal.security.pwd
Class CompositePasswordEncryptor
java.lang.Object
com.liferay.portal.security.pwd.BasePasswordEncryptor
com.liferay.portal.security.pwd.CompositePasswordEncryptor
- All Implemented Interfaces:
- com.liferay.portal.kernel.security.pwd.PasswordEncryptor
public class CompositePasswordEncryptor
- extends BasePasswordEncryptor
- implements com.liferay.portal.kernel.security.pwd.PasswordEncryptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.kernel.security.pwd.PasswordEncryptor |
encrypt, encrypt, getDefaultPasswordAlgorithmType |
CompositePasswordEncryptor
public CompositePasswordEncryptor()
getSupportedAlgorithmTypes
public String[] getSupportedAlgorithmTypes()
- Specified by:
getSupportedAlgorithmTypes in interface com.liferay.portal.kernel.security.pwd.PasswordEncryptor
setDefaultPasswordEncryptor
public void setDefaultPasswordEncryptor(com.liferay.portal.kernel.security.pwd.PasswordEncryptor defaultPasswordEncryptor)
setPasswordEncryptors
public void setPasswordEncryptors(List<com.liferay.portal.kernel.security.pwd.PasswordEncryptor> passwordEncryptors)
doEncrypt
protected String doEncrypt(String algorithm,
String plainTextPassword,
String encryptedPassword)
throws com.liferay.portal.kernel.exception.PwdEncryptorException
- Specified by:
doEncrypt in class BasePasswordEncryptor
- Throws:
com.liferay.portal.kernel.exception.PwdEncryptorException