Liferay 6.2-ce-ga5

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

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

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

Classes in com.liferay.portal.security.auth that implement AuthFailure
 class LoginFailure
           
 class LoginMaxFailures
           
 

Methods in com.liferay.portal.security.auth with parameters of type AuthFailure
static void AuthPipeline.registerAuthFailure(String key, AuthFailure authFailure)
           
static void AuthPipeline.unregisterAuthFailure(String key, AuthFailure authFailure)
           
 


Liferay 6.2-ce-ga5