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 void
AbstractUpdateLicenseAction. setSidManager(ConfluenceSidManager sidManager)
void
ViewSystemInfoAction. 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 class
DatabaseSidManager
Manages a SID backed by Bandana.Methods in com.atlassian.confluence.core with parameters of type ConfluenceSidManager Modifier and Type Method Description void
DatabaseSidManager. 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 void
DefaultCurrentApplicationIdProvider. 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 class
BootstrapSidManager
Manages 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 ConfluenceSidManager
AbstractDatabaseCreationAction. getSidManager()
Methods in com.atlassian.confluence.setup.actions with parameters of type ConfluenceSidManager Modifier and Type Method Description void
AbstractSetupAction. setBootstrapSidManager(ConfluenceSidManager bootstrapSidManager)
void
SetupStartAction. setBootstrapSidManager(ConfluenceSidManager bootstrapSidManager)
There's no ConfluenceSidManager in the setup context, but in its parent, the bootstrap context.void
AbstractDatabaseCreationAction. 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 void
DefaultSystemInformationService. 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)
-