Uses of Interface
com.atlassian.crowd.model.group.Membership

Packages that use Membership
com.atlassian.crowd.directory   
com.atlassian.crowd.integration.rest.entity   
com.atlassian.crowd.integration.rest.service   
com.atlassian.crowd.service.client   
 

Uses of Membership in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that return types with arguments of type Membership
 java.lang.Iterable<Membership> RemoteCrowdDirectory.getMemberships()
           
 java.lang.Iterable<Membership> DelegatedAuthenticationDirectory.getMemberships()
           
 java.lang.Iterable<Membership> AbstractInternalDirectory.getMemberships()
           
 java.lang.Iterable<Membership> RemoteDirectory.getMemberships()
          Get an iterable view of the available group memberships.
 java.lang.Iterable<Membership> SpringLDAPConnector.getMemberships()
           
 java.lang.Iterable<Membership> DbCachingRemoteDirectory.getMemberships()
           
 java.util.Iterator<Membership> DirectoryMembershipsIterable.iterator()
           
 

Uses of Membership in com.atlassian.crowd.integration.rest.entity
 

Classes in com.atlassian.crowd.integration.rest.entity that implement Membership
 class MembershipEntity
           
 

Methods in com.atlassian.crowd.integration.rest.entity that return types with arguments of type Membership
 java.util.List<? extends Membership> MembershipsEntity.getList()
           
 

Uses of Membership in com.atlassian.crowd.integration.rest.service
 

Methods in com.atlassian.crowd.integration.rest.service that return types with arguments of type Membership
 java.lang.Iterable<Membership> RestCrowdClient.getMemberships()
           
 

Uses of Membership in com.atlassian.crowd.service.client
 

Methods in com.atlassian.crowd.service.client that return types with arguments of type Membership
 java.lang.Iterable<Membership> CrowdClient.getMemberships()
          Gets the full group membership details for all groups with all direct user members and child groups.
 



Copyright © 2012 Atlassian. All Rights Reserved.