Uses of Interface
com.atlassian.confluence.core.ConfluenceSidManager
- 
- 
Uses of ConfluenceSidManager in com.atlassian.confluence.admin.actions
Methods in com.atlassian.confluence.admin.actions with parameters of type ConfluenceSidManager Modifier and Type Method Description voidAbstractUpdateLicenseAction. setSidManager(ConfluenceSidManager sidManager)voidViewSystemInfoAction. setSidManager(ConfluenceSidManager sidManager) - 
Uses of ConfluenceSidManager in com.atlassian.confluence.applinks
Constructors in com.atlassian.confluence.applinks with parameters of type ConfluenceSidManager Constructor Description ConfluenceInternalHostApplication(com.atlassian.plugin.PluginAccessor pluginAccessor, SettingsManager settingsManager, ConfluenceSidManager confluenceSidManager, com.atlassian.applinks.spi.util.TypeAccessor typeAccessor, SpaceManager spaceManager, PermissionManager permissionManager, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider) - 
Uses of ConfluenceSidManager in com.atlassian.confluence.core
Classes in com.atlassian.confluence.core that implement ConfluenceSidManager Modifier and Type Class Description classDatabaseSidManagerManages a SID backed by Bandana.Methods in com.atlassian.confluence.core with parameters of type ConfluenceSidManager Modifier and Type Method Description voidDatabaseSidManager. setBootstrapSidManager(ConfluenceSidManager bootstrapSidManager) - 
Uses of ConfluenceSidManager in com.atlassian.confluence.license.exception.handler
Constructors in com.atlassian.confluence.license.exception.handler with parameters of type ConfluenceSidManager Constructor Description KnownConfluenceLicenseValidationExceptionHandler(I18NBean i18n, DocumentationBean docBean, ConfluenceSidManager sidManager) - 
Uses of ConfluenceSidManager in com.atlassian.confluence.security.trust
Methods in com.atlassian.confluence.security.trust with parameters of type ConfluenceSidManager Modifier and Type Method Description voidDefaultCurrentApplicationIdProvider. setSidManager(ConfluenceSidManager sidManager) - 
Uses of ConfluenceSidManager in com.atlassian.confluence.setup
Classes in com.atlassian.confluence.setup that implement ConfluenceSidManager Modifier and Type Class Description classBootstrapSidManagerManages SID generation and persistence before the database is available. - 
Uses of ConfluenceSidManager in com.atlassian.confluence.setup.actions
Methods in com.atlassian.confluence.setup.actions that return ConfluenceSidManager Modifier and Type Method Description ConfluenceSidManagerAbstractDatabaseCreationAction. getSidManager()Methods in com.atlassian.confluence.setup.actions with parameters of type ConfluenceSidManager Modifier and Type Method Description voidAbstractSetupAction. setBootstrapSidManager(ConfluenceSidManager bootstrapSidManager)voidSetupStartAction. setBootstrapSidManager(ConfluenceSidManager bootstrapSidManager)There's no ConfluenceSidManager in the setup context, but in its parent, the bootstrap context.voidAbstractDatabaseCreationAction. setSidManager(ConfluenceSidManager sidManager) - 
Uses of ConfluenceSidManager in com.atlassian.confluence.status.service
Methods in com.atlassian.confluence.status.service with parameters of type ConfluenceSidManager Modifier and Type Method Description voidDefaultSystemInformationService. setSidManager(ConfluenceSidManager sidManager) - 
Uses of ConfluenceSidManager in com.atlassian.sal.confluence.license
Constructors in com.atlassian.sal.confluence.license with parameters of type ConfluenceSidManager Constructor Description ConfluenceLicenseHandler(ConfluenceSidManager sidManager, LicenseService licenseService, com.atlassian.config.ApplicationConfiguration applicationConfiguration) 
 -