Interface IPentahoRole
-
- 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
String
getName()
ITenant
getTenant()
void
setDescription(String description)
-