Class XmlRpcHandlerRemoteAuthServer
- java.lang.Object
-
- jetbrains.buildServer.controllers.XmlRpcHandlerRemoteAuthServer
-
public class XmlRpcHandlerRemoteAuthServer extends Object
Handler for authentication requests from IDE plugins
-
-
Constructor Summary
Constructors Constructor Description XmlRpcHandlerRemoteAuthServer(ServerLoginModel serverLoginModel, XmlRpcSessionManager xmlRpcSessionManager, XmlRpcHandlerManager xmlRpcHandlerManager, TwoFactorPasswordManager twoFactorPasswordManager)
-
-
-
Constructor Detail
-
XmlRpcHandlerRemoteAuthServer
public XmlRpcHandlerRemoteAuthServer(@NotNull ServerLoginModel serverLoginModel, @NotNull XmlRpcSessionManager xmlRpcSessionManager, @NotNull XmlRpcHandlerManager xmlRpcHandlerManager, @NotNull TwoFactorPasswordManager twoFactorPasswordManager)
-
-