Uses of Interface
com.atlassian.crowd.model.group.Membership
Packages that use Membership
Package
Description
-
Uses of Membership in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that return types with arguments of type MembershipModifier and TypeMethodDescriptionAbstractForwardingDirectory.getMemberships()
AbstractInternalDirectory.getMemberships()
AuditingDirectoryDecorator.getMemberships()
AzureAdDirectory.getMemberships()
MockSimpleRemoteDirectory.getMemberships()
RemoteCrowdDirectory.getMemberships()
RemoteDirectory.getMemberships()
Get an iterable view of the available group memberships.RFC2307Directory.getMemberships()
RFC4519Directory.getMemberships()
DirectoryMembershipsIterable.iterator()
AzureMembershipHelper.membershipIterator()
-
Uses of Membership in com.atlassian.crowd.directory.cache
Methods in com.atlassian.crowd.directory.cache that return types with arguments of type MembershipModifier and TypeMethodDescriptionprotected Iterable
<Membership> UserFilterableNonDeltaQueryCacheRefresher.getMemberships
(Collection groups, boolean isFullSync) -
Uses of Membership in com.atlassian.crowd.directory.rfc4519
Methods in com.atlassian.crowd.directory.rfc4519 that return types with arguments of type Membership -
Uses of Membership in com.atlassian.crowd.directory.synchronisation.cache
Methods in com.atlassian.crowd.directory.synchronisation.cache that return types with arguments of type MembershipModifier and TypeMethodDescriptionprotected Iterable
<Membership> AbstractCacheRefresher.getMemberships
(Collection<G> groups, boolean isFullSync) protected Iterable
<Membership> UsnChangedCacheRefresher.getMemberships
(Collection<LDAPGroupWithAttributes> groupsToInclude, boolean isFullSync) -
Uses of Membership in com.atlassian.crowd.integration.rest.entity
Classes in com.atlassian.crowd.integration.rest.entity that implement MembershipMethods in com.atlassian.crowd.integration.rest.entity that return types with arguments of type Membership -
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 -
Uses of Membership in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application that return types with arguments of type MembershipMethods in com.atlassian.crowd.manager.application with parameters of type MembershipModifier and TypeMethodDescriptionApplicationServiceUtil.membershipsIterable
(Membership... memberships) -
Uses of Membership in com.atlassian.crowd.manager.recovery
Methods in com.atlassian.crowd.manager.recovery that return types with arguments of type Membership -
Uses of Membership in com.atlassian.crowd.model.group
Classes in com.atlassian.crowd.model.group that implement MembershipMethods in com.atlassian.crowd.model.group with parameters of type MembershipModifier and TypeMethodDescriptionstatic ImmutableMembership
ImmutableMembership.from
(Membership membership) -
Uses of Membership in com.atlassian.crowd.plugin.rest.service.controller
Method parameters in com.atlassian.crowd.plugin.rest.service.controller with type arguments of type MembershipModifier and TypeMethodDescriptionjakarta.ws.rs.core.StreamingOutput
MembershipsController.asXml
(Iterable<? extends Membership> memberships) static List
<ImmutableMembership> MembershipsController.copyOf
(Iterable<? extends Membership> memberships) static String
MembershipsController.tagFor
(Iterable<? extends Membership> memberships) This method should produce a different tag for semantically distinct collections of memberships. -
Uses of Membership in com.atlassian.crowd.service.client
Methods in com.atlassian.crowd.service.client that return types with arguments of type MembershipModifier and TypeMethodDescriptionCrowdClient.getMemberships()
Gets the full group membership details for all groups with all direct user members and child groups.