Interface GenticsUser

    • Method Detail

      • isLoggedIn

        boolean isLoggedIn()
        Check whether the user is logged in
        Returns:
        true when the user is logged in, false if not
      • isAnonymous

        boolean isAnonymous()
        Check whether the user is anonymous (not logged in)
        Returns:
        true when the user is anonymous, false if not
      • getId

        String getId()
        Get the id of the user
        Returns:
        id of the user