Uses of Interface
com.atlassian.jira.security.websudo.InternalWebSudoManager
Packages that use InternalWebSudoManager
Package
Description
-
Uses of InternalWebSudoManager in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return InternalWebSudoManagerModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.internalWebSudoManager(ApplicationProperties applicationProperties, WebsudoAuditHandler websudoAuditHandler) SetupConfiguration.internalWebSudoManager(ApplicationProperties applicationProperties, WebsudoAuditHandler websudoAuditHandler) -
Uses of InternalWebSudoManager in com.atlassian.jira.plugin.webpanel.notification
Constructors in com.atlassian.jira.plugin.webpanel.notification with parameters of type InternalWebSudoManagerModifierConstructorDescriptionIsWebSudoAuthenticated(InternalWebSudoManager internalWebSudoManager, JiraAuthenticationContext context, HttpServletVariables request) WebSudoNotificationContextProvider(InternalWebSudoManager internalWebSudoManager, HelpUrls helpUrls, HttpServletVariables httpServletVariables) -
Uses of InternalWebSudoManager in com.atlassian.jira.rest.auth
Constructors in com.atlassian.jira.rest.auth with parameters of type InternalWebSudoManager -
Uses of InternalWebSudoManager in com.atlassian.jira.rest.filter
Constructors in com.atlassian.jira.rest.filter with parameters of type InternalWebSudoManagerModifierConstructorDescriptionWebSudoSessionAuthFilter(JiraAuthenticationContext authenticationContext, InternalWebSudoManager webSudoManager, GlobalPermissionManager permissionManager) -
Uses of InternalWebSudoManager in com.atlassian.jira.security.websudo
Classes in com.atlassian.jira.security.websudo that implement InternalWebSudoManager -
Uses of InternalWebSudoManager in com.atlassian.jira.web.action.admin
Constructors in com.atlassian.jira.web.action.admin with parameters of type InternalWebSudoManagerModifierConstructorDescriptionWebSudoAuthenticate(LoginManager loginManager, InternalWebSudoManager webSudoManager, JiraAuthenticationContext authenticationContext, VelocityRequestContextFactory contextFactory, ProjectService projectService, ApplicationProperties applicationProperties, WebsudoAuditHandler websudoAuditHandler, WebSudoIPAllowListManager webSudoIPAllowListManager) -
Uses of InternalWebSudoManager in com.atlassian.jira.web.action.user
Constructors in com.atlassian.jira.web.action.user with parameters of type InternalWebSudoManagerModifierConstructorDescriptionViewProfile(SimpleLinkManager SimpleLinkManager, com.atlassian.webresource.api.WebResourceManager webResourceManager, com.atlassian.plugin.PluginAccessor pluginAccessor, UserPropertyManager userPropertyManager, AvatarService avatarService, UserHistoryManager userHistoryManager, UserManager userManager, InternalWebSudoManager webSudoManager) -
Uses of InternalWebSudoManager in com.atlassian.sal.jira.websudo
Constructors in com.atlassian.sal.jira.websudo with parameters of type InternalWebSudoManagerModifierConstructorDescriptionJIRASalWebSudoManager(ApplicationProperties settingsManager, InternalWebSudoManager internalWebSudoManager)