Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.security.auth.AuthVerifierResult.State

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

Uses of AuthVerifierResult.State in com.liferay.portal.security.ac
 

Methods in com.liferay.portal.security.ac that return AuthVerifierResult.State
 AuthVerifierResult.State AccessControl.verifyRequest()
           
 

Uses of AuthVerifierResult.State in com.liferay.portal.security.auth
 

Methods in com.liferay.portal.security.auth that return AuthVerifierResult.State
 AuthVerifierResult.State AuthVerifierResult.getState()
           
static AuthVerifierResult.State AuthVerifierResult.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AuthVerifierResult.State[] AuthVerifierResult.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.security.auth with parameters of type AuthVerifierResult.State
 void AuthVerifierResult.setState(AuthVerifierResult.State state)
           
 


Liferay 6.2-ce-ga5