Class UserAuthenticationInfo


  • public final class UserAuthenticationInfo
    extends java.lang.Object
    User authentication information with the authentication result.
    Author:
    Christopher Mindus
    • 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.