|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RBSException | |
| com.novell.admin.rbs | Provides interfaces and classes for administering role-based NDS services through ConsoleOne. |
| Uses of RBSException in com.novell.admin.rbs |
| Methods in com.novell.admin.rbs that throw RBSException | |
static boolean |
RBSUtil.canPerformTask(ObjectEntry identity,
ObjectEntry scope,
RBSTask task)
Checks to see if a user can perform a task at a certain scope; NOTE that this does NOT check for NDS rights to perform the task it only checks to see if the Task is a member of a role assigned to this user. |
void |
RBSAssociatedObject.setOwnedRoles(RBSRole[] roles)
Sets the Owned Roles for the object. |
void |
RBSAssociatedObject.addOwnedRoles(RBSRole[] roles)
Adds Roles to this objects Owned Roles. |
void |
RBSAssociatedObject.deleteOwnedRoles(RBSRole[] roles)
Deletes roles from the Owned Roles for the object. |
RBSAssociation[] |
RBSAssociatedObject.getAllRoleAssociations()
Gets all Roles associated to this object; This includes Roles directly associated and roles that are inherited either from groups or containers. |
RBSAssociation[] |
RBSAssociatedObject.getDirectRoleAssociations()
Gets all Roles direclty associated to this object; |
void |
RBSAssociatedObject.setDirectRoleAssociations(RBSAssociation[] roles)
Sets the directly associated roles for this object. |
void |
RBSAssociatedObject.deleteDirectRoleAssociations(RBSAssociation[] assc)
Deletes assocations from this object. |
void |
RBSRole.setContent(RBSObject[] content)
Sets the tasks for the role. |
void |
RBSRole.addContent(RBSObject[] content)
Adds tasks to the role. |
void |
RBSRole.deleteContent(RBSObject[] content)
Deletes the given tasks from the role. |
RBSAssociation[] |
RBSRole.getMembers()
Returns the members of the role |
void |
RBSRole.setMembers(RBSAssociation[] members)
Sets the given objects as members of the role. |
void |
RBSRole.deleteMembers(RBSAssociation[] assc)
Deletes the given members from the role. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||