Uses of Class
com.ibm.itim.dataservices.model.AccessRight

Packages that use AccessRight
com.ibm.itim.apps.acl Extends the com.ibm.itim.apps package to provide a remotable application programming interface to create, modify, and delete ACIs and ACLs. 
com.ibm.itim.dataservices.model Provides a a low-level application programming interface for querying elements of the data model. 
 

Uses of AccessRight in com.ibm.itim.apps.acl
 

Methods in com.ibm.itim.apps.acl with parameters of type AccessRight
 void AccessControlListManager.addAccessRight(AccessRight aRight)
          Adds an AccessRight to the ACL currently associated with a container, namely the container identified by the containerDN used to create this AccessControlListManager.
 void AccessControlListManager.deleteAccessRight(AccessRight accessRight)
          Deletes an AccessRight from the container identified by the containerDN used to create this AccessControlListManager.
 void AccessControlListManager.modifyAccessRight(java.lang.String name, AccessRight newAccessRight)
          Modifies (replaces) an AccessRight on the container identified by the containerDN used to create this AccessControlListManager.
 

Uses of AccessRight in com.ibm.itim.dataservices.model
 

Methods in com.ibm.itim.dataservices.model that return AccessRight
static AccessRight AccessRightFactory.create(java.lang.String xml)
          Creates an AccessRight object from the given xml.
 



IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.