Uses of Class
jetbrains.buildServer.serverSide.impl.XmlRpcSessionManager
-
Packages that use XmlRpcSessionManager Package Description jetbrains jetbrains.buildServer.controllers jetbrains.buildServer.serverSide.impl.auth -
-
Uses of XmlRpcSessionManager in jetbrains
Methods in jetbrains that return XmlRpcSessionManager Modifier and Type Method Description XmlRpcSessionManager
BuildServerCreator. getXmlRpcSessionManager()
Methods in jetbrains with parameters of type XmlRpcSessionManager Modifier and Type Method Description static <T> T
BuildServerCreator. makeSessionInXmlRpcHandler(String sessionId, XmlRpcSessionManager sessionManager, Class<T> clazz, T obj)
static XmlRpcSession
BuildServerCreator. startNewSession(XmlRpcSessionManager sessionManager, Long userId)
-
Uses of XmlRpcSessionManager in jetbrains.buildServer.controllers
Constructors in jetbrains.buildServer.controllers with parameters of type XmlRpcSessionManager Constructor Description XmlRpcController(org.apache.xmlrpc.XmlRpcServer xmlRpcServer, XmlRpcSessionManager xmlRpcSessionManager, EventDispatcher<BuildServerListener> serverDispatcher, ServerMetrics serverMetrics)
XmlRpcHandlerManagerImpl(org.apache.xmlrpc.XmlRpcServer xmlRpcServer, BuildServerEx server, ServerCleanupManager serverCleanupManager, ServerLoginModel serverLoginModel, XmlRpcSessionManager xmlRpcSessionManager, XmlRpcDispatcher xmlRpcDispatcher)
XmlRpcHandlerRemoteAuthServer(ServerLoginModel serverLoginModel, XmlRpcSessionManager xmlRpcSessionManager, XmlRpcHandlerManager xmlRpcHandlerManager, TwoFactorPasswordManager twoFactorPasswordManager)
-
Uses of XmlRpcSessionManager in jetbrains.buildServer.serverSide.impl.auth
Constructors in jetbrains.buildServer.serverSide.impl.auth with parameters of type XmlRpcSessionManager Constructor Description XmlRpcAuthenticationServer(ServerLoginModel serverLoginModel, XmlRpcSessionManager sessionManager, TwoFactorPasswordManager twoFactorPasswordManager)
-