com.liferay.portal.security.auth
Class DigestAuthenticationAuthVerifier
java.lang.Object
com.liferay.portal.security.auth.DigestAuthenticationAuthVerifier
- All Implemented Interfaces:
- AuthVerifier
public class DigestAuthenticationAuthVerifier
- extends Object
- implements AuthVerifier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DigestAuthenticationAuthVerifier
public DigestAuthenticationAuthVerifier()
getAuthType
public String getAuthType()
- Specified by:
getAuthType in interface AuthVerifier
verify
public AuthVerifierResult verify(AccessControlContext accessControlContext,
Properties configuration)
throws AuthException
- Specified by:
verify in interface AuthVerifier
- Throws:
AuthException