Uses of Interface
com.atlassian.crowd.manager.bootstrap.CrowdBootstrapManager
Package
Description
-
Uses of CrowdBootstrapManager in com.atlassian.crowd.applinks
ModifierConstructorDescriptionCrowdHostApplication
(PropertyManager propertyManager, com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.applinks.spi.util.TypeAccessor typeAccessor, CrowdBootstrapManager crowdBootstrapManager, com.atlassian.sal.api.ApplicationProperties applicationProperties) -
Uses of CrowdBootstrapManager in com.atlassian.crowd.console.action
Modifier and TypeMethodDescriptionActionHelper.getBootstrapManager()
protected CrowdBootstrapManager
BaseAction.getBootstrapManager()
-
Uses of CrowdBootstrapManager in com.atlassian.crowd.console.filter
Modifier and TypeMethodDescriptionvoid
LoginPageFilter.setBootstrapManager
(CrowdBootstrapManager bootstrapManager) -
Uses of CrowdBootstrapManager in com.atlassian.crowd.manager.bootstrap
Modifier and TypeClassDescriptionclass
BootstrapManager is responsible for initializing the dependencies of Crowd environment. -
Uses of CrowdBootstrapManager in com.atlassian.crowd.manager.license
Modifier and TypeMethodDescriptionvoid
CrowdLicenseRegistry.setBootstrapManager
(CrowdBootstrapManager bootstrapManager) -
Uses of CrowdBootstrapManager in com.atlassian.crowd.manager.upgrade
ModifierConstructorDescriptionUpgradeManagerImpl
(PropertyManager propertyManager, net.sf.ehcache.CacheManager cacheManager, CrowdBootstrapManager bootstrapManager, com.atlassian.beehive.ClusterLockService clusterLockService, List<UpgradeTask> upgradeTasks, org.springframework.transaction.PlatformTransactionManager transactionManager) -
Uses of CrowdBootstrapManager in com.atlassian.crowd.migration
-
Uses of CrowdBootstrapManager in com.atlassian.crowd.migration.legacy
ModifierConstructorDescriptionCrowdConfigMapper
(CrowdBootstrapManager bootstrapManager) PropertyMapper
(org.hibernate.SessionFactory sessionFactory, BatchProcessor batchProcessor, PropertyDAOHibernate propertyDAO, CrowdBootstrapManager bootstrapManager) -
Uses of CrowdBootstrapManager in com.atlassian.crowd.migration.legacy.database
ModifierConstructorDescriptionPropertyMapper
(org.hibernate.SessionFactory sessionFactory, BatchProcessor batchProcessor, org.springframework.jdbc.core.JdbcOperations jdbcTemplate, PropertyDAOHibernate propertyDAO, CrowdBootstrapManager bootstrapManager) -
Uses of CrowdBootstrapManager in com.atlassian.crowd.upgrade.tasks
Modifier and TypeMethodDescriptionvoid
UpgradeTask001.setBootstrapManager
(CrowdBootstrapManager bootstrapManager) void
UpgradeTask003.setBootstrapManager
(CrowdBootstrapManager bootstrapManager) void
UpgradeTask212.setBootstrapManager
(CrowdBootstrapManager bootstrapManager) -
Uses of CrowdBootstrapManager in com.atlassian.crowd.util
Modifier and TypeMethodDescriptionvoid
SystemInfoHelperImpl.setBootstrapManager
(CrowdBootstrapManager bootstrapManager)