Uses of Class
com.ibm.itim.dataservices.model.pim.SharedAccessPolicy

Packages that use SharedAccessPolicy
com.ibm.itim.apps.pim Extends the com.ibm.itim.apps package to provide a remotable application programming interface for Shared Access Module. 
 

Uses of SharedAccessPolicy in com.ibm.itim.apps.pim
 

Methods in com.ibm.itim.apps.pim that return SharedAccessPolicy
 SharedAccessPolicy SharedAccessPolicyMO.getData()
          This API returns a current snapshot of the shared access policy.
 

Methods in com.ibm.itim.apps.pim with parameters of type SharedAccessPolicy
 SharedAccessPolicyMO SharedAccessPolicyManager.createPolicy(OrganizationalContainerMO container, SharedAccessPolicy policy)
          Creates a shared access policy with the no memberships and no entitlements in an organizational container.
 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.update(SharedAccessPolicy policy)
          Updates the policy with the given SharedAccessPolicy value object.
 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.
 



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.