Interface IPentahoUser

  • All Superinterfaces:
    Serializable

    public interface IPentahoUser
    extends Serializable
    A user of the Pentaho platform. Contains a set of roles for which this user is a member.
    Author:
    mlowery
    • Method Detail

      • getUsername

        String getUsername()
      • getPassword

        String getPassword()
      • setPassword

        void setPassword​(String password)
      • isEnabled

        boolean isEnabled()
      • setEnabled

        void setEnabled​(boolean enabled)
      • getDescription

        String getDescription()
      • setDescription

        void setDescription​(String description)