Class BuildHttpLoginSupport
- java.lang.Object
-
- jetbrains.buildServer.controllers.interceptors.auth.impl.BuildHttpLoginSupport
-
- All Implemented Interfaces:
HttpLoginSupport,ServerExtension,TeamCityExtension
public class BuildHttpLoginSupport extends Object implements HttpLoginSupport
- Author:
- maxim.manuylov Date: 7/10/12
-
-
Constructor Summary
Constructors Constructor Description BuildHttpLoginSupport(ServerLoginModel serverLoginModel, ProjectManager projectManager, RunningBuildsManager runningBuildsManager, LoginConfiguration loginConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanlogin(ServerPrincipal principal)Tries to login the specified user.
-
-
-
Constructor Detail
-
BuildHttpLoginSupport
public BuildHttpLoginSupport(@NotNull ServerLoginModel serverLoginModel, @NotNull ProjectManager projectManager, @NotNull RunningBuildsManager runningBuildsManager, @NotNull LoginConfiguration loginConfig)
-
-
Method Detail
-
login
public boolean login(@NotNull ServerPrincipal principal)Description copied from interface:HttpLoginSupportTries to login the specified user.- Specified by:
loginin interfaceHttpLoginSupport- Parameters:
principal- principal- Returns:
- true in case of successful login, false otherwise (or if the specified user cannot be logged in with this support)
-
-