Package com.liferay.portal.security.pwd
Class PwdAuthenticator
Object
com.liferay.portal.security.pwd.PwdAuthenticator
- Author:
- Michael C. Han
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
authenticate
(String login, String clearTextPassword, String currentEncryptedPassword) static void
-
Constructor Details
-
PwdAuthenticator
public PwdAuthenticator()
-
-
Method Details
-
authenticate
public static boolean authenticate(String login, String clearTextPassword, String currentEncryptedPassword) throws com.liferay.portal.kernel.exception.PwdEncryptorException - Throws:
com.liferay.portal.kernel.exception.PwdEncryptorException
-
pretendToAuthenticate
public static void pretendToAuthenticate() throws com.liferay.portal.kernel.exception.PwdEncryptorException- Throws:
com.liferay.portal.kernel.exception.PwdEncryptorException
-