public abstract class AbstractAuthenticatedUser extends AbstractIdentifiable implements AuthenticatedUser
ANONYMOUS_IDENTIFIER
Constructor and Description |
---|
AbstractAuthenticatedUser() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getEffectiveUserGroups()
Returns a read-only set of the identifiers of all user groups which
apply to this authenticated user.
|
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 Set<String> getEffectiveUserGroups()
AuthenticatedUser
getEffectiveUserGroups
in interface AuthenticatedUser
public void invalidate()
AuthenticatedUser
invalidate
in interface AuthenticatedUser
Copyright © 2018. All rights reserved.