Class AuthenticationResult

    • Field Detail

      • isAuthenticated

        protected boolean isAuthenticated
      • authenticatedUser

        protected String authenticatedUser
    • Constructor Detail

      • AuthenticationResult

        public AuthenticationResult​(String authenticatedUser,
                                    boolean isAuthenticated)
    • Method Detail

      • getAuthenticatedUser

        public String getAuthenticatedUser()
      • setAuthenticatedUser

        public void setAuthenticatedUser​(String authenticatedUser)
      • isAuthenticated

        public boolean isAuthenticated()
      • setAuthenticated

        public void setAuthenticated​(boolean isAuthenticated)
      • setGroups

        public void setGroups​(List<String> groups)
      • setTenants

        public void setTenants​(List<String> tenants)