Uses of Interface
com.atlassian.crowd.dao.application.ApplicationDAO
Package
Description
-
Uses of ApplicationDAO in com.atlassian.crowd.dao.application
Modifier and TypeMethodDescriptionvoid
ApplicationDefaultGroupMembershipConfigurationDaoHibernate.setApplicationDAO
(ApplicationDAO applicationDAO) -
Uses of ApplicationDAO in com.atlassian.crowd.dao.webhook
-
Uses of ApplicationDAO in com.atlassian.crowd.embedded.core
-
Uses of ApplicationDAO in com.atlassian.crowd.licensing
ModifierConstructorDescriptionApplicationLicensingServiceImpl
(DirectoryManager directoryManager, LicensingSummaryDao licensingSummaryDao, LicensedUserDao licensedUserDao, DirectoryInfoDao directoryInfoDao, ApplicationDAO applicationDAO, com.atlassian.beehive.ClusterLockService lockService, Clock clock, ApplicationLinkServiceSupplier serviceSupplier, com.atlassian.scheduler.SchedulerService schedulerService, ApplicationLicensingEnabledChecker licensingEnabledChecker) -
Uses of ApplicationDAO in com.atlassian.crowd.manager.application
ModifierConstructorDescriptionApplicationManagerGeneric
(ApplicationDAO applicationDao, PasswordEncoderFactory passwordEncoderFactory, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of ApplicationDAO in com.atlassian.crowd.manager.authentication
ModifierConstructorDescriptionTokenAuthenticationManagerImpl
(SessionTokenStorage tokenManager, ApplicationDAO applicationDao, TokenFactory tokenFactory, com.atlassian.cache.Cache<String, Boolean> cache, com.atlassian.event.api.EventPublisher eventPublisher, PropertyManager propertyManager, DirectoryManager directoryManager, ApplicationManager applicationManager, ApplicationService applicationService, Clock clock) -
Uses of ApplicationDAO in com.atlassian.crowd.manager.directory
ModifierConstructorDescriptionDirectoryManagerGeneric
(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 ApplicationDAO in com.atlassian.crowd.manager.permission
ModifierConstructorDescriptionPermissionManagerImpl
(ApplicationDAO applicationDao, DirectoryDao directoryDao, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of ApplicationDAO in com.atlassian.crowd.manager.recovery
ModifierConstructorDescriptionRecoveryModeAwareDirectoryManager
(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) -
Uses of ApplicationDAO in com.atlassian.crowd.manager.token
ModifierConstructorDescriptionRecoveryModeAwareTokenAuthenticationManager
(SessionTokenStorage tokenManager, ApplicationDAO applicationDao, TokenFactory tokenFactory, com.atlassian.cache.Cache<String, Boolean> cache, com.atlassian.event.api.EventPublisher eventPublisher, PropertyManager propertyManager, DirectoryManager directoryManager, ApplicationManager applicationManager, ApplicationService applicationService, RecoveryModeService recoveryModeService, ApplicationFactory applicationFactory, Clock clock) -
Uses of ApplicationDAO in com.atlassian.crowd.migration
ModifierConstructorDescriptionApplicationSamlConfigurationEntityMapper
(org.hibernate.SessionFactory sessionFactory, BatchProcessor batchProcessor, ApplicationSamlConfigurationDAO applicationSamlConfigurationDAO, ApplicationDAO applicationDAO) -
Uses of ApplicationDAO in com.atlassian.crowd.service.permission
ModifierConstructorDescriptionGroupAdministrationPermissionServiceImpl
(ApplicationDAO applicationDAO, UserAdministrationGrantGroupDao userGrantDao, GroupAdministrationGrantGroupDao groupGrantDao, InternalGroupDao internalGroupDao, InternalUserDao internalUserDao, DirectoryManager directoryManager, AuthenticatedUserProvider authenticatedUserProvider, DcLicenseChecker dcLicenseChecker) -
Uses of ApplicationDAO in com.atlassian.crowd.upgrade.tasks
Modifier and TypeMethodDescriptionvoid
UpgradeTask452.setApplicationDao
(ApplicationDAO applicationDao) ModifierConstructorDescriptionUpgradeTask645IntroduceUserPermissions
(ApplicationDAO applicationDAO, InternalUserPermissionDAO userPermissionDao, GroupDao groupDao)