public class DefaultAuthenticatedUserUUIDStoreImpl extends Object implements com.liferay.portal.kernel.security.auth.AuthenticatedUserUUIDStore
| Constructor and Description |
|---|
DefaultAuthenticatedUserUUIDStoreImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String userUUID) |
boolean |
register(String userUUID) |
boolean |
unregister(String userUUID) |
public DefaultAuthenticatedUserUUIDStoreImpl()
public boolean exists(String userUUID)
exists in interface com.liferay.portal.kernel.security.auth.AuthenticatedUserUUIDStorepublic boolean register(String userUUID)
register in interface com.liferay.portal.kernel.security.auth.AuthenticatedUserUUIDStorepublic boolean unregister(String userUUID)
unregister in interface com.liferay.portal.kernel.security.auth.AuthenticatedUserUUIDStore