public interface AuthenticatedUser extends Identifiable
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
AuthenticationProvider getAuthenticationProvider()
Credentials getCredentials()
Copyright © 2016. All rights reserved.