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 Details

    • getUsername

      String getUsername()
    • getTenant

      ITenant getTenant()
    • getPassword

      String getPassword()
    • setPassword

      void setPassword(String password)
    • isEnabled

      boolean isEnabled()
    • setEnabled

      void setEnabled(boolean enabled)
    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String description)