| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SAMembership | |
|---|---|
| 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.  | 
| Uses of SAMembership in com.ibm.itim.apps.pim | 
|---|
| Methods in com.ibm.itim.apps.pim that return types with arguments of type SAMembership | |
|---|---|
 java.util.Collection<SAMembership> | 
SharedAccessPolicyMO.getMemberships()
This method returns a list of membership objects that contain the membership information associated with the policy.  | 
| Methods in com.ibm.itim.apps.pim with parameters of type SAMembership | |
|---|---|
 void | 
SharedAccessPolicyMO.addMembership(SAMembership membership)
Add a new membership to the policy.  | 
 void | 
SharedAccessPolicyMO.removeMembership(SAMembership membership)
Remove a membership from the policy.  | 
| Method parameters in com.ibm.itim.apps.pim with type arguments of type SAMembership | |
|---|---|
 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.setMemberships(java.util.Collection<SAMembership> memberships)
Set the memberships 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.  | 
| Uses of SAMembership in com.ibm.itim.dataservices.model.pim | 
|---|
| Methods in com.ibm.itim.dataservices.model.pim with parameters of type SAMembership | |
|---|---|
 boolean | 
SAMembership.equals(SAMembership pm)
Compares the Membership object passed in with itself.  | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||