com.polarion.platform.security.IRoleAssignment
METHODS
Modifiers and Type | Name | Description |
---|---|---|
boolean | isDerived() | Whether the role is derived i.e. assigned to the User automatically by Polarion without the need for it to be added manually through Role or User Group UI. Derived assignments cannot be removed. |
boolean | isDirect() | Whether the role is assigned directly to the User, false if it is inherited from User Groups or derived in another way. |
Set | getGroups() | User Groups that the role assignment is obtained from. |
Back to Index