Liferay 6.2-ce-ga5

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

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

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

Classes in com.liferay.portal.security.auth that implement AuthToken
 class AuthTokenImpl
           
 class AuthTokenWrapper
           
 class SessionAuthToken
           
 

Methods in com.liferay.portal.security.auth that return AuthToken
static AuthToken AuthTokenUtil.getAuthToken()
           
 

Methods in com.liferay.portal.security.auth with parameters of type AuthToken
 void AuthTokenWrapper.setAuthToken(AuthToken authToken)
           
 void AuthTokenUtil.setAuthToken(AuthToken authToken)
           
 

Constructors in com.liferay.portal.security.auth with parameters of type AuthToken
AuthTokenWrapper(AuthToken authToken)
           
 


Liferay 6.2-ce-ga5