Liferay 6.0.5

com.liferay.portal.security.pwd
Class PwdAuthenticator

java.lang.Object
  extended by com.liferay.portal.security.pwd.PwdAuthenticator

public class PwdAuthenticator
extends Object


Constructor Summary
PwdAuthenticator()
           
 
Method Summary
static boolean authenticate(String login, String clearTextPassword, String currentEncryptedPassword)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PwdAuthenticator

public PwdAuthenticator()
Method Detail

authenticate

public static boolean authenticate(String login,
                                   String clearTextPassword,
                                   String currentEncryptedPassword)
                            throws PwdEncryptorException,
                                   SystemException
Throws:
PwdEncryptorException
SystemException

Liferay 6.0.5