Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.security.auth.AuthVerifier

Packages that use AuthVerifier
com.liferay.portal.security.auth This package defines the portal security authentication interfaces, classes, utilities, wrappers, and exceptions. 
 

Uses of AuthVerifier in com.liferay.portal.security.auth
 

Classes in com.liferay.portal.security.auth that implement AuthVerifier
 class BasicAuthHeaderAutoLogin
           1.
 class DigestAuthenticationAuthVerifier
           
 class ParameterAutoLogin
           
 class PortalSessionAuthVerifier
           
 class TunnelingServletAuthVerifier
           
 

Methods in com.liferay.portal.security.auth that return AuthVerifier
 AuthVerifier AuthVerifierConfiguration.getAuthVerifier()
           
 

Methods in com.liferay.portal.security.auth with parameters of type AuthVerifier
 void AuthVerifierConfiguration.setAuthVerifier(AuthVerifier authVerifier)
           
 


Liferay 6.2-ce-ga5