Uses of Interface
com.atlassian.confluence.security.websudo.WebSudoManager
-
-
Uses of WebSudoManager in com.atlassian.confluence.impl.webapp.security.enforcer
Constructors in com.atlassian.confluence.impl.webapp.security.enforcer with parameters of type WebSudoManager Constructor Description WebSudoEnforcer(WebSudoManager webSudoManager) -
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 WebSudoManagerSoapServiceHelperImpl. webSudoManagerMethods in com.atlassian.confluence.rpc.soap.services with parameters of type WebSudoManager Modifier and Type Method Description voidSoapServiceHelperImpl. 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 classDefaultWebSudoManagerSeeWebSudoManagerfor further documentation.Methods in com.atlassian.confluence.security.websudo with parameters of type WebSudoManager Modifier and Type Method Description voidAuthenticateAction. setWebSudoManager(WebSudoManager webSudoManager)voidDropAuthenticationAction. 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(WebSudoManager internalWebSudoManager)
-