Interface | Description |
---|---|
IPentahoRole |
A role in the Pentaho platform.
|
IPentahoUser |
A user of the Pentaho platform.
|
IUserRoleDao |
Contract for data access objects that read and write users and roles.
|
Class | Description |
---|---|
UserRoleInfo |
Exception | Description |
---|---|
AccessDeniedException | |
AlreadyExistsException |
Thrown when an object already exists with the given identifier.
|
NotFoundException |
Thrown when no object exists with the given identifier.
|
UncategorizedUserRoleDaoException |
Represents some other, usually fatal, exception.
|
UserRoleDaoException |
Superclass of all exception types thrown by
IUserRoleDao implementations. |