Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.security.auth
Class DefaultAuthenticatedUserUUIDStoreImpl

java.lang.Object
  extended by com.liferay.portal.security.auth.DefaultAuthenticatedUserUUIDStoreImpl
All Implemented Interfaces:
com.liferay.portal.kernel.security.auth.AuthenticatedUserUUIDStore

public class DefaultAuthenticatedUserUUIDStoreImpl
extends Object
implements com.liferay.portal.kernel.security.auth.AuthenticatedUserUUIDStore


Constructor Summary
DefaultAuthenticatedUserUUIDStoreImpl()
           
 
Method Summary
 boolean exists(String userUUID)
           
 boolean register(String userUUID)
           
 boolean unregister(String userUUID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAuthenticatedUserUUIDStoreImpl

public DefaultAuthenticatedUserUUIDStoreImpl()
Method Detail

exists

public boolean exists(String userUUID)
Specified by:
exists in interface com.liferay.portal.kernel.security.auth.AuthenticatedUserUUIDStore

register

public boolean register(String userUUID)
Specified by:
register in interface com.liferay.portal.kernel.security.auth.AuthenticatedUserUUIDStore

unregister

public boolean unregister(String userUUID)
Specified by:
unregister in interface com.liferay.portal.kernel.security.auth.AuthenticatedUserUUIDStore

Liferay 7.0-ce-b7 portal-impl