Liferay 6.2-ce-ga5

com.liferay.portal.security.auth
Class AuthenticatedUserUUIDStoreUtil

java.lang.Object
  extended by com.liferay.portal.security.auth.AuthenticatedUserUUIDStoreUtil

public class AuthenticatedUserUUIDStoreUtil
extends Object


Constructor Summary
AuthenticatedUserUUIDStoreUtil()
           
 
Method Summary
static boolean exists(String userUUID)
           
static AuthenticatedUserUUIDStore getAuthenticatedUserUUIDStore()
           
static boolean register(String userUUID)
           
 void setAuthenticatedUserUUIDStore(AuthenticatedUserUUIDStore authenticatedUserUUIDStore)
           
static boolean unregister(String userUUID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticatedUserUUIDStoreUtil

public AuthenticatedUserUUIDStoreUtil()
Method Detail

exists

public static boolean exists(String userUUID)

getAuthenticatedUserUUIDStore

public static AuthenticatedUserUUIDStore getAuthenticatedUserUUIDStore()

register

public static boolean register(String userUUID)

unregister

public static boolean unregister(String userUUID)

setAuthenticatedUserUUIDStore

public void setAuthenticatedUserUUIDStore(AuthenticatedUserUUIDStore authenticatedUserUUIDStore)

Liferay 6.2-ce-ga5