Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.security.pwd
Class DefaultPasswordEncryptor

java.lang.Object
  extended by com.liferay.portal.security.pwd.BasePasswordEncryptor
      extended by com.liferay.portal.security.pwd.DefaultPasswordEncryptor
All Implemented Interfaces:
com.liferay.portal.kernel.security.pwd.PasswordEncryptor

public class DefaultPasswordEncryptor
extends BasePasswordEncryptor
implements com.liferay.portal.kernel.security.pwd.PasswordEncryptor


Constructor Summary
DefaultPasswordEncryptor()
           
 
Method Summary
protected  String doEncrypt(String algorithm, String plainTextPassword, String encryptedPassword)
           
 String[] getSupportedAlgorithmTypes()
           
 
Methods inherited from class com.liferay.portal.security.pwd.BasePasswordEncryptor
encrypt, encrypt, getDefaultPasswordAlgorithmType
 
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
 

Constructor Detail

DefaultPasswordEncryptor

public DefaultPasswordEncryptor()
Method Detail

getSupportedAlgorithmTypes

public String[] getSupportedAlgorithmTypes()
Specified by:
getSupportedAlgorithmTypes in interface com.liferay.portal.kernel.security.pwd.PasswordEncryptor

doEncrypt

protected String doEncrypt(String algorithm,
                           String plainTextPassword,
                           String encryptedPassword)
Specified by:
doEncrypt in class BasePasswordEncryptor

Liferay 7.0-ce-b8 portal-impl