| Package | Description |
|---|---|
| com.ibm.itim.apps.pim |
Extends the
com.ibm.itim.apps package to provide a remotable application programming
interface for Shared Access Module. |
| com.ibm.itim.dataservices.model.pim |
Extends the
com.ibm.itim.dataservices.model package to provide a remotable application programming
interface for Shared Access Module objects. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SAEntitlement> |
SharedAccessManager.getAuthorizedEntitlements(RoleMO roleMO,
SearchParameters searchParam,
SearchResultsStatus searchStatus)
This API gets a list of authorized shared access entitlements for the specified role.
|
java.util.Collection<SAEntitlement> |
SharedAccessPolicyMO.getEntitlements()
This method returns a list of entitlement objects that contains the entitlement information
associated with the policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SharedAccessPolicyMO.addEntitlement(SAEntitlement entitlement)
Add a new entitlement to the policy.
|
void |
SharedAccessPolicyMO.removeEntitlement(SAEntitlement entitlement)
Remove an entitlement from the policy.
|
| Modifier and Type | Method and Description |
|---|---|
SharedAccessPolicyMO |
SharedAccessPolicyManager.createPolicy(OrganizationalContainerMO container,
SharedAccessPolicy policy,
java.util.Collection<SAMembership> memberships,
java.util.Collection<SAEntitlement> entitlements)
Creates a shared access policy with the given memberships and entitlements in an organizational container.
|
void |
SharedAccessPolicyMO.setEntitlements(java.util.Collection<SAEntitlement> entitlements)
Set the entitlements to the policy.
|
void |
SharedAccessPolicyMO.update(SharedAccessPolicy policy,
java.util.Collection<SAMembership> memberships,
java.util.Collection<SAEntitlement> entitlements)
Updates the policy with the given SharedAccessPolicy value object, the memberships, and the entitlements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SAEntitlementCredentialObject
This class represents an shared access policy entitlement with
a specific credential or crdential pool.
|
class |
SAEntitlementCriteria
This class represents a shared access policy entitlement with a set of criteria.
|
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.