public interface AuthenticatedUser extends Identifiable
Modifier and Type | Field and Description |
---|---|
static String |
ANONYMOUS_IDENTIFIER
The identifier reserved for representing a user that has authenticated
anonymously.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationProvider |
getAuthenticationProvider()
Returns the AuthenticationProvider that authenticated this user.
|
Credentials |
getCredentials()
Returns the credentials that the user provided when they successfully
authenticated.
|
getIdentifier, setIdentifier
static final String ANONYMOUS_IDENTIFIER
AuthenticationProvider getAuthenticationProvider()
Credentials getCredentials()
Copyright © 2017. All rights reserved.