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:
- PasswordEncryptor
public class CompositePasswordEncryptor
- extends BasePasswordEncryptor
- implements PasswordEncryptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositePasswordEncryptor
public CompositePasswordEncryptor()
getSupportedAlgorithmTypes
public String[] getSupportedAlgorithmTypes()
- Specified by:
getSupportedAlgorithmTypes in interface PasswordEncryptor
setDefaultPasswordEncryptor
public void setDefaultPasswordEncryptor(PasswordEncryptor defaultPasswordEncryptor)
setPasswordEncryptors
public void setPasswordEncryptors(List<PasswordEncryptor> passwordEncryptors)
doEncrypt
protected String doEncrypt(String algorithm,
String plainTextPassword,
String encryptedPassword)
throws PwdEncryptorException
- Specified by:
doEncrypt in class BasePasswordEncryptor
- Throws:
PwdEncryptorException