public class PwdAuthenticator
extends Object
| Constructor and Description |
|---|
PwdAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
authenticate(String login,
String clearTextPassword,
String currentEncryptedPassword) |
static void |
pretendToAuthenticate() |
public static boolean authenticate(String login,
String clearTextPassword,
String currentEncryptedPassword)
throws com.liferay.portal.kernel.exception.PwdEncryptorException
com.liferay.portal.kernel.exception.PwdEncryptorExceptionpublic static void pretendToAuthenticate()
throws com.liferay.portal.kernel.exception.PwdEncryptorException
com.liferay.portal.kernel.exception.PwdEncryptorException