@Deprecated
public class DefaultAuthenticatedUserUUIDStoreImpl
extends Object
implements com.liferay.portal.kernel.security.auth.AuthenticatedUserUUIDStore
| Constructor and Description |
|---|
DefaultAuthenticatedUserUUIDStoreImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String userUUID)
Deprecated.
|
boolean |
register(String userUUID)
Deprecated.
|
boolean |
unregister(String userUUID)
Deprecated.
|
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