Class UserFilterableNonDeltaQueryCacheRefresher
java.lang.Object
com.atlassian.crowd.directory.synchronisation.cache.AbstractCacheRefresher
com.atlassian.crowd.directory.ldap.cache.RemoteDirectoryCacheRefresher
com.atlassian.crowd.directory.cache.UserFilterableNonDeltaQueryCacheRefresher
- All Implemented Interfaces:
CacheRefresher
-
Field Summary
Fields inherited from class com.atlassian.crowd.directory.synchronisation.cache.AbstractCacheRefresher
remoteDirectory -
Constructor Summary
ConstructorsConstructorDescriptionUserFilterableNonDeltaQueryCacheRefresher(AzureAdDirectory azureAdDirectory) -
Method Summary
Modifier and TypeMethodDescriptionprotected List<GroupWithAttributes>findAllRemoteGroups(boolean withAttributes) protected List<UserWithAttributes>findAllRemoteUsers(boolean withAttributes) protected Iterable<Membership>getMemberships(Collection groups, boolean isFullSync) Methods inherited from class com.atlassian.crowd.directory.ldap.cache.RemoteDirectoryCacheRefresher
synchroniseAllGroups, synchroniseAllUsers, synchroniseChangesMethods inherited from class com.atlassian.crowd.directory.synchronisation.cache.AbstractCacheRefresher
directoryDescription, isGroupAttributeSynchronisationEnabled, isIncrementalSyncEnabled, isUserAttributeSynchronisationEnabled, synchroniseAll, synchroniseAllGroupAttributes, synchroniseAllUserAttributes, synchroniseMembershipsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.crowd.directory.synchronisation.cache.CacheRefresher
synchroniseAll
-
Constructor Details
-
UserFilterableNonDeltaQueryCacheRefresher
-
-
Method Details
-
findAllRemoteGroups
protected List<GroupWithAttributes> findAllRemoteGroups(boolean withAttributes) throws OperationFailedException - Overrides:
findAllRemoteGroupsin classRemoteDirectoryCacheRefresher- Throws:
OperationFailedException
-
findAllRemoteUsers
protected List<UserWithAttributes> findAllRemoteUsers(boolean withAttributes) throws OperationFailedException - Overrides:
findAllRemoteUsersin classRemoteDirectoryCacheRefresher- Throws:
OperationFailedException
-
getMemberships
protected Iterable<Membership> getMemberships(Collection groups, boolean isFullSync) throws OperationFailedException - Overrides:
getMembershipsin classAbstractCacheRefresher- Throws:
OperationFailedException
-