Package com.iizix.server.user
Class UserAuthenticationInfo
- java.lang.Object
- com.iizix.server.user.UserAuthenticationInfo
public final class UserAuthenticationInfo extends java.lang.Object
User authentication information with the authentication result.- Author:
- Christopher Mindus
Field Summary
Fields Modifier and Type Field Description static UserAuthenticationInfo
EXTERNAL_USER
The external user being used at initial application start.LoginResult
result
The result of the user authentication.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticatedUser
getAuthenticatedUser()
Gets the authenticated user information.
Field Detail
EXTERNAL_USER
public static final UserAuthenticationInfo EXTERNAL_USER
The external user being used at initial application start.
result
public final LoginResult result
The result of the user authentication.
Method Detail
getAuthenticatedUser
public AuthenticatedUser getAuthenticatedUser()
Gets the authenticated user information.- Returns:
- The information, or null if user was not authenticated.