Interface User

    • Method Detail

      • isActive

        boolean isActive()
        Indicates if the user is active or not.
        Returns:
        a boolean value
      • getHashedPassword

        String getHashedPassword()
        Get the hashed password value.
        Returns:
        a String value
      • getUserID

        UserID getUserID()
        Get the user id value.
        Returns:
        a UserID value