All Superinterfaces:
Serializable

public interface IPentahoRole extends Serializable
A role in the Pentaho platform. Contains a set of users to which the role is assigned. A role is also known as an authority.
Author:
mlowery
  • Method Details

    • getTenant

      ITenant getTenant()
    • getName

      String getName()
    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String description)