Package com.iizix.server.user
Class UserAuthenticationInfo
java.lang.Object
com.iizix.server.user.UserAuthenticationInfo
- All Implemented Interfaces:
IUserAuthenticationInfo
User authentication information with the authentication result.
- Author:
- Christopher Mindus
Field Summary
Modifier and TypeFieldDescriptionstatic final UserAuthenticationInfo
The external user being used at initial application start.final SigninResult
The result of the user authentication.Method Summary
Modifier and TypeMethodDescriptionGets the authenticated user information.Gets the result of the user authentication.
Field Details
EXTERNAL_USER
The external user being used at initial application start.result
The result of the user authentication.
Method Details
getSigninResult
Gets the result of the user authentication.- Specified by:
getSigninResult
in interfaceIUserAuthenticationInfo
- Returns:
- The sign in result.
getAuthenticatedUser
Gets the authenticated user information.- Specified by:
getAuthenticatedUser
in interfaceIUserAuthenticationInfo
- Returns:
- The information, or null if user was not authenticated.