Liferay 6.1.2-ce-ga3

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

Packages that use AuthToken
com.liferay.portal.security.auth   
 

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

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

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 AuthTokenUtil.setAuthToken(AuthToken authToken)
           
 void AuthTokenWrapper.setAuthToken(AuthToken authToken)
           
 

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


Liferay 6.1.2-ce-ga3