public class MembershipsIterableImpl extends Object implements ApplicationService.MembershipsIterable
| Modifier | Constructor and Description |
|---|---|
protected |
MembershipsIterableImpl(DirectoryManager directoryManager,
SearchStrategyFactory searchStrategyFactory,
Application application,
AccessFilterFactory accessFilterFactory) |
| Modifier and Type | Method and Description |
|---|---|
int |
groupCount() |
Iterator<Membership> |
iterator() |
static ApplicationService.MembershipsIterable |
runWithClassLoader(ClassLoader classLoader,
ApplicationService.MembershipsIterable original) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected MembershipsIterableImpl(DirectoryManager directoryManager, SearchStrategyFactory searchStrategyFactory, Application application, AccessFilterFactory accessFilterFactory)
public int groupCount()
groupCount in interface ApplicationService.MembershipsIterablepublic Iterator<Membership> iterator()
iterator in interface Iterable<Membership>public static ApplicationService.MembershipsIterable runWithClassLoader(ClassLoader classLoader, ApplicationService.MembershipsIterable original)
Copyright © 2024 Atlassian. All rights reserved.