|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | |
|---|---|
AccessRight |
AccessRight.clone()
|
static AccessRight |
AccessRightFactory.create(java.lang.String xml)
Creates an AccessRight object from the given xml. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||