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 ServerPrincipalHttpAuthenticationResult. getPrincipal()Methods in jetbrains.buildServer.controllers.interceptors.auth with parameters of type ServerPrincipal Modifier and Type Method Description static HttpAuthenticationResultHttpAuthenticationResult. 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.booleanHttpLoginSupport. 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 classBuildPrincipalMethods in jetbrains.buildServer.controllers.interceptors.auth.impl with parameters of type ServerPrincipal Modifier and Type Method Description booleanBuildHttpLoginSupport. 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 classPresignedTokenPrincipalMethods in jetbrains.buildServer.controllers.interceptors.auth.presigned.impl with parameters of type ServerPrincipal Modifier and Type Method Description booleanPresignedTokenHttpAuthenticationScheme. 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 SUserWebLoginModelEx. login(ServerPrincipal principal, boolean forceRememberMe, AuthModule<? extends AuthModuleType> authModule, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Authenticates the specified userSUserWebLoginModelImpl. 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 classGuestPrincipalclassSuperUserPrincipalMethods in jetbrains.buildServer.serverSide.auth that return ServerPrincipal Modifier and Type Method Description ServerPrincipalAuthenticatedUserInfo. getPrincipal()Methods in jetbrains.buildServer.serverSide.auth with parameters of type ServerPrincipal Modifier and Type Method Description AuthenticatedUserInfoServerLoginModel. 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 AuthenticatedUserInfoServerLoginModelImpl. login(ServerPrincipal principal, AuthModule<? extends AuthModuleType> authModule)
-