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 SummaryFieldsModifier and TypeFieldDescription- static final UserAuthenticationInfoThe external user being used at initial application start.- final SigninResultThe result of the user authentication.
- Method SummaryModifier and TypeMethodDescriptionGets the authenticated user information.Gets the result of the user authentication.
- Field Details- EXTERNAL_USERThe external user being used at initial application start.
- resultThe result of the user authentication.
 
- Method Details- getSigninResultGets the result of the user authentication.- Specified by:
- getSigninResultin interface- IUserAuthenticationInfo
- Returns:
- The sign in result.
 
- getAuthenticatedUserGets the authenticated user information.- Specified by:
- getAuthenticatedUserin interface- IUserAuthenticationInfo
- Returns:
- The information, or null if user was not authenticated.