Uses of Interface
jetbrains.buildServer.serverSide.auth.ServerLoginModel
-
-
Uses of ServerLoginModel in jetbrains
Methods in jetbrains that return ServerLoginModel Modifier and Type Method Description ServerLoginModel
BuildServerCreator. getServerLoginModel()
-
Uses of ServerLoginModel in jetbrains.buildServer.controllers
Constructors in jetbrains.buildServer.controllers with parameters of type ServerLoginModel Constructor Description 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 ServerLoginModel in jetbrains.buildServer.controllers.admin.projects
Constructors in jetbrains.buildServer.controllers.admin.projects with parameters of type ServerLoginModel Constructor Description AdminEditDependenciesController(BuildServerEx server, ArtifactDependencyFactory artifactDependencyFactory, WebControllerManager controllerManager, AuthorizationInterceptor authInterceptor, ServerLoginModel serverLoginModel, DependencyFactory snapshotDependencyFactory, EditBuildTypeFormFactory buildTypeFormFactory, ConfigActionFactory configActionFactory, WebLinks webLinks, ProjectSettingsGeneratorRegistry projectSettingsGeneratorRegistry, BranchSpecsEx branchSpecs)
-
Uses of ServerLoginModel in jetbrains.buildServer.controllers.interceptors.auth.impl
Constructors in jetbrains.buildServer.controllers.interceptors.auth.impl with parameters of type ServerLoginModel Constructor Description BasicHttpAuthenticationScheme(LoginConfiguration loginConfiguration, ServerLoginModel serverLoginModel, PathModifiers pathModifiers)
BuildHttpLoginSupport(ServerLoginModel serverLoginModel, ProjectManager projectManager, RunningBuildsManager runningBuildsManager, LoginConfiguration loginConfig)
-
Uses of ServerLoginModel in jetbrains.buildServer.controllers.interceptors.auth.presigned.impl
Constructors in jetbrains.buildServer.controllers.interceptors.auth.presigned.impl with parameters of type ServerLoginModel Constructor Description PresignedTokenHttpAuthenticationScheme(PresignedArtifactLinksManager presignedArtifactLinksManager, PresignedTokenStorage presignedTokenStorage, ServerSettings serverSettings, ServerLoginModel serverLoginModel, PathModifiers pathModifiers)
-
Uses of ServerLoginModel in jetbrains.buildServer.controllers.login
Constructors in jetbrains.buildServer.controllers.login with parameters of type ServerLoginModel Constructor Description WebLoginModelImpl(BuildServerEx buildServer, ServerLoginModel serverLoginModel, RememberMe rememberMe, ServerResponsibility serverResponsibility, SessionModel sessionModel, RegistrationInvitations registrationInvitations, DomainIsolationProtection domainIsolationProtection, TwoFactorPasswordManager twoFactorManager, UsersLoadBalancer usersLoadBalancer, PasswordComplexityChecker checker)
-
Uses of ServerLoginModel in jetbrains.buildServer.serverSide.impl
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type ServerLoginModel Constructor Description SessionXmlRpcWrapper(Object target, BuildServerEx server, XmlRpcSessionHolder xmlRpcSessionHolder, XmlRpcDispatcher xmlRpcDispatcher, ServerLoginModel serverLoginModel)
-
Uses of ServerLoginModel in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement ServerLoginModel Modifier and Type Class Description class
ServerLoginModelImpl
Constructors in jetbrains.buildServer.serverSide.impl.auth with parameters of type ServerLoginModel Constructor Description XmlRpcAuthenticationServer(ServerLoginModel serverLoginModel, XmlRpcSessionManager sessionManager, TwoFactorPasswordManager twoFactorPasswordManager)
-