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, setIdentifier
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAuthenticationProvider, getCredentials
getIdentifier, setIdentifier
public void invalidate()
AuthenticatedUser
invalidate
in interface AuthenticatedUser
Copyright © 2018. All rights reserved.