|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICustomRoleBase
This interface represents a custom access level (custom role). Custom access levels are used to grant or deny permissions on objects to principals (users and user groups).
| Field Summary | |
|---|---|
static java.lang.String |
KIND
The Kind used to query for CustomRole objects. |
static java.lang.String |
PROGID
|
| Method Summary | |
|---|---|
java.util.Set |
getAssignedObjects()
Returns the IDs of the objects that are assigned to this custom role. |
java.util.Set |
getIntendedPluginKinds()
Returns the plugins for which this custom role is intended. |
IRoleRights |
getRoleRights()
Returns the rights associated with the custom role. |
| Field Detail |
|---|
static final java.lang.String KIND
The Kind used to query for CustomRole objects.
static final java.lang.String PROGID
| Method Detail |
|---|
IRoleRights getRoleRights()
IRoleRights collection containing the rights associated with this role.java.util.Set getIntendedPluginKinds()
java.util.Set getAssignedObjects()
throws SDKException
SDKException - if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||