Liferay 6.2.0

com.liferay.portal.security.auth
Interface AuthVerifier


public interface AuthVerifier


Method Summary
abstract  String getAuthType()
           
abstract  AuthVerifierResult verify(AccessControlContext accessControlContext, Properties properties)
           
 

Method Detail

getAuthType

String getAuthType()

verify

AuthVerifierResult verify(AccessControlContext accessControlContext,
                          Properties properties)
                          throws AuthException
Throws:
AuthException

Liferay 6.2.0