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, setIdentifierclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAuthenticationProvider, getCredentialsgetIdentifier, setIdentifierpublic Set<String> getEffectiveUserGroups()
AuthenticatedUsergetEffectiveUserGroups in interface AuthenticatedUserpublic void invalidate()
AuthenticatedUserinvalidate in interface AuthenticatedUserCopyright © 2020. All rights reserved.