public abstract class AbstractAuthenticatedUser extends AbstractIdentifiable implements AuthenticatedUser
ANONYMOUS_IDENTIFIER| Constructor and Description |
|---|
AbstractAuthenticatedUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
invalidate()
Invalidates this authenticated user and their associated token such that
they are no longer logged in.
|
equals, getIdentifier, hashCode, setIdentifierclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAuthenticationProvider, getCredentialsgetIdentifier, setIdentifierpublic void invalidate()
AuthenticatedUserinvalidate in interface AuthenticatedUserCopyright © 2018. All rights reserved.