Interface Authentication

    • Method Detail

      • getUserDetails

        default UserDetails getUserDetails()
        Gets details about the authenticated user.
        Returns:
        the UserDetails if user is authenticated, null otherwise.
      • isAuthenticated

        boolean isAuthenticated()
        Checks whether the user has been authenticated successfully.
        Returns:
        true if the user if authenticated, false otherwise.
      • setAuthenticated

        void setAuthenticated​(boolean isAuthenticated)