Uses of Class
jetbrains.buildServer.serverSide.auth.ServerPrincipal
-
-
Uses of ServerPrincipal in jetbrains.buildServer.controllers.interceptors.auth
Methods in jetbrains.buildServer.controllers.interceptors.auth that return ServerPrincipal Modifier and Type Method Description ServerPrincipal
HttpAuthenticationResult. getPrincipal()
Methods in jetbrains.buildServer.controllers.interceptors.auth with parameters of type ServerPrincipal Modifier and Type Method Description static HttpAuthenticationResult
HttpAuthenticationResult. authenticated(ServerPrincipal principal, boolean rememberMe)
Creates HttpAuthenticationResult which designates that HTTP authentication scheme determined a user (passed as 'principal') and the request should be processed further with the user logged in.boolean
HttpLoginSupport. login(ServerPrincipal principal)
Tries to login the specified user. -
Uses of ServerPrincipal in jetbrains.buildServer.controllers.interceptors.auth.impl
Subclasses of ServerPrincipal in jetbrains.buildServer.controllers.interceptors.auth.impl Modifier and Type Class Description class
BuildPrincipal
Methods in jetbrains.buildServer.controllers.interceptors.auth.impl with parameters of type ServerPrincipal Modifier and Type Method Description boolean
BuildHttpLoginSupport. login(ServerPrincipal principal)
-
Uses of ServerPrincipal in jetbrains.buildServer.controllers.interceptors.auth.presigned.impl
Subclasses of ServerPrincipal in jetbrains.buildServer.controllers.interceptors.auth.presigned.impl Modifier and Type Class Description class
PresignedTokenPrincipal
Methods in jetbrains.buildServer.controllers.interceptors.auth.presigned.impl with parameters of type ServerPrincipal Modifier and Type Method Description boolean
PresignedTokenHttpAuthenticationScheme. login(ServerPrincipal principal)
-
Uses of ServerPrincipal in jetbrains.buildServer.controllers.login
Methods in jetbrains.buildServer.controllers.login with parameters of type ServerPrincipal Modifier and Type Method Description SUser
WebLoginModelEx. login(ServerPrincipal principal, boolean forceRememberMe, AuthModule<? extends AuthModuleType> authModule, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Authenticates the specified userSUser
WebLoginModelImpl. login(ServerPrincipal principal, boolean forceRememberMe, AuthModule<? extends AuthModuleType> authModule, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Uses of ServerPrincipal in jetbrains.buildServer.serverSide.auth
Subclasses of ServerPrincipal in jetbrains.buildServer.serverSide.auth Modifier and Type Class Description class
GuestPrincipal
class
SuperUserPrincipal
Methods in jetbrains.buildServer.serverSide.auth that return ServerPrincipal Modifier and Type Method Description ServerPrincipal
AuthenticatedUserInfo. getPrincipal()
Methods in jetbrains.buildServer.serverSide.auth with parameters of type ServerPrincipal Modifier and Type Method Description AuthenticatedUserInfo
ServerLoginModel. login(ServerPrincipal principal, AuthModule<? extends AuthModuleType> authModule)
Authenticates the specified user, i.e.: - grants this user a license - updates user last login timestamp - sets successfully authenticated user in the security contextConstructors in jetbrains.buildServer.serverSide.auth with parameters of type ServerPrincipal Constructor Description AuthenticatedUserInfo(SUser user, AuthModule<? extends AuthModuleType> authModule, ServerPrincipal principal, AuthenticationDetails authenticationDetails)
-
Uses of ServerPrincipal in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type ServerPrincipal Modifier and Type Method Description AuthenticatedUserInfo
ServerLoginModelImpl. login(ServerPrincipal principal, AuthModule<? extends AuthModuleType> authModule)
-