Uses of Interface
com.atlassian.confluence.security.websudo.WebSudoManager
-
Packages that use WebSudoManager Package Description com.atlassian.confluence.rpc.soap.services com.atlassian.confluence.security.websudo com.atlassian.sal.confluence.websudo -
-
Uses of WebSudoManager in com.atlassian.confluence.rpc.soap.services
Fields in com.atlassian.confluence.rpc.soap.services declared as WebSudoManager Modifier and Type Field Description protected WebSudoManager
SoapServiceHelperImpl. webSudoManager
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type WebSudoManager Modifier and Type Method Description void
SoapServiceHelperImpl. setWebSudoManager(WebSudoManager webSudoManager)
-
Uses of WebSudoManager in com.atlassian.confluence.security.websudo
Classes in com.atlassian.confluence.security.websudo that implement WebSudoManager Modifier and Type Class Description class
DefaultWebSudoManager
SeeWebSudoManager
for further documentation.Methods in com.atlassian.confluence.security.websudo with parameters of type WebSudoManager Modifier and Type Method Description void
AuthenticateAction. setWebSudoManager(WebSudoManager webSudoManager)
void
DropAuthenticationAction. setWebSudoManager(WebSudoManager webSudoManager)
-
Uses of WebSudoManager in com.atlassian.sal.confluence.websudo
Constructors in com.atlassian.sal.confluence.websudo with parameters of type WebSudoManager Constructor Description ConfluenceWebSudoManager(GlobalSettingsManager settingsManager, WebSudoManager internalWebSudoManager)
-