Uses of Interface
com.atlassian.crowd.dao.application.ApplicationDAO
Packages that use ApplicationDAO
Package
Description
-
Uses of ApplicationDAO in com.atlassian.crowd.dao.application
Classes in com.atlassian.crowd.dao.application that implement ApplicationDAOMethods in com.atlassian.crowd.dao.application with parameters of type ApplicationDAOModifier and TypeMethodDescriptionvoid
ApplicationDefaultGroupMembershipConfigurationDaoHibernate.setApplicationDAO
(ApplicationDAO applicationDAO) -
Uses of ApplicationDAO in com.atlassian.crowd.dao.webhook
Constructors in com.atlassian.crowd.dao.webhook with parameters of type ApplicationDAO -
Uses of ApplicationDAO in com.atlassian.crowd.embedded.core
Constructors in com.atlassian.crowd.embedded.core with parameters of type ApplicationDAO -
Uses of ApplicationDAO in com.atlassian.crowd.licensing
Constructors in com.atlassian.crowd.licensing with parameters of type ApplicationDAOModifierConstructorDescriptionApplicationLicensingServiceImpl
(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
Constructors in com.atlassian.crowd.manager.application with parameters of type ApplicationDAOModifierConstructorDescriptionApplicationManagerGeneric
(ApplicationDAO applicationDao, PasswordEncoderFactory passwordEncoderFactory, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of ApplicationDAO in com.atlassian.crowd.manager.authentication
Constructors in com.atlassian.crowd.manager.authentication with parameters of type ApplicationDAOModifierConstructorDescriptionTokenAuthenticationManagerImpl
(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
Constructors in com.atlassian.crowd.manager.directory with parameters of type ApplicationDAOModifierConstructorDescriptionDirectoryManagerGeneric
(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
Constructors in com.atlassian.crowd.manager.permission with parameters of type ApplicationDAOModifierConstructorDescriptionPermissionManagerImpl
(ApplicationDAO applicationDao, DirectoryDao directoryDao, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of ApplicationDAO in com.atlassian.crowd.manager.recovery
Constructors in com.atlassian.crowd.manager.recovery with parameters of type ApplicationDAOModifierConstructorDescriptionRecoveryModeAwareDirectoryManager
(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
Constructors in com.atlassian.crowd.manager.token with parameters of type ApplicationDAOModifierConstructorDescriptionRecoveryModeAwareTokenAuthenticationManager
(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
Constructors in com.atlassian.crowd.migration with parameters of type ApplicationDAOModifierConstructorDescriptionApplicationSamlConfigurationEntityMapper
(org.hibernate.SessionFactory sessionFactory, BatchProcessor batchProcessor, ApplicationSamlConfigurationDAO applicationSamlConfigurationDAO, ApplicationDAO applicationDAO) -
Uses of ApplicationDAO in com.atlassian.crowd.service.permission
Constructors in com.atlassian.crowd.service.permission with parameters of type ApplicationDAOModifierConstructorDescriptionGroupAdministrationPermissionServiceImpl
(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
Methods in com.atlassian.crowd.upgrade.tasks with parameters of type ApplicationDAOModifier and TypeMethodDescriptionvoid
UpgradeTask452.setApplicationDao
(ApplicationDAO applicationDao) Constructors in com.atlassian.crowd.upgrade.tasks with parameters of type ApplicationDAOModifierConstructorDescriptionUpgradeTask645IntroduceUserPermissions
(ApplicationDAO applicationDAO, InternalUserPermissionDAO userPermissionDao, GroupDao groupDao)