Uses of Interface
com.atlassian.crowd.manager.directory.BeforeGroupRemoval
Packages that use BeforeGroupRemoval
Package
Description
-
Uses of BeforeGroupRemoval in com.atlassian.crowd.manager.directory
Classes in com.atlassian.crowd.manager.directory that implement BeforeGroupRemovalModifier and TypeClassDescriptionclass
An implementation ofBeforeGroupRemoval
which does nothing.Constructors in com.atlassian.crowd.manager.directory with parameters of type BeforeGroupRemovalModifierConstructorDescriptionDirectoryManagerGeneric
(DirectoryDao directoryDao, ApplicationDAO applicationDAO, MultiEventPublisher eventPublisher, PermissionManager permissionManager, DirectoryInstanceLoader directoryInstanceLoader, DirectorySynchroniser directorySynchroniser, DirectoryPollerManager directoryPollerManager, com.atlassian.beehive.ClusterLockService lockService, SynchronisationStatusManager synchronisationStatusManager, BeforeGroupRemoval beforeGroupRemoval, Optional<NestedGroupsCacheProvider> nestedGroupsCacheProvider, LDAPPropertiesHelper ldapPropertiesHelper, LdapConnectionPropertiesDiffResultMapper ldapConnectionPropertiesDiffResultMapper) -
Uses of BeforeGroupRemoval in com.atlassian.crowd.manager.permission
Classes in com.atlassian.crowd.manager.permission that implement BeforeGroupRemovalModifier and TypeClassDescriptionclass
Removes internal permissions from group so that it can be deleted without violating any foreign key constraints. -
Uses of BeforeGroupRemoval in com.atlassian.crowd.manager.recovery
Constructors in com.atlassian.crowd.manager.recovery with parameters of type BeforeGroupRemovalModifierConstructorDescriptionRecoveryModeAwareDirectoryManager
(DirectoryDao directoryDao, ApplicationDAO applicationDAO, MultiEventPublisher eventPublisher, PermissionManager permissionManager, DirectoryInstanceLoader directoryInstanceLoader, DirectorySynchroniser directorySynchroniser, DirectoryPollerManager directoryPollerManager, com.atlassian.beehive.ClusterLockService clusterLockService, SynchronisationStatusManager synchronisationStatusManager, BeforeGroupRemoval beforeGroupRemoval, RecoveryModeService recoveryModeService, Optional<NestedGroupsCacheProvider> nestedGroupsCacheProvider, LDAPPropertiesHelper ldapPropertiesHelper, LdapConnectionPropertiesDiffResultMapper ldapConnectionPropertiesDiffResultMapper)