Uses of Class
jetbrains.buildServer.serverSide.auth.AuthenticatedUserInfo
-
Packages that use AuthenticatedUserInfo Package Description jetbrains.buildServer.serverSide.auth jetbrains.buildServer.serverSide.impl.auth -
-
Uses of AuthenticatedUserInfo in jetbrains.buildServer.serverSide.auth
Methods in jetbrains.buildServer.serverSide.auth that return AuthenticatedUserInfo Modifier and Type Method Description AuthenticatedUserInfoServerLoginModel. checkCredentials(UserCredentials credentials)Verifies that user with specified credentials exists.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 contextAuthenticatedUserInfoServerLoginModel. login(UserCredentials credentials)Checks that user with specified credentials exists and attempts to login this user, i.e.: - grants this user a license - updates user last login timestamp - sets successfully authenticated user in the security contextMethods in jetbrains.buildServer.serverSide.auth with parameters of type AuthenticatedUserInfo Modifier and Type Method Description voidUserAuthListener. userLoggedIn(AuthenticatedUserInfo authenticatedUserInfo) -
Uses of AuthenticatedUserInfo in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that return AuthenticatedUserInfo Modifier and Type Method Description AuthenticatedUserInfoServerLoginModelImpl. checkCredentials(UserCredentials credentials)AuthenticatedUserInfoServerLoginModelImpl. login(ServerPrincipal principal, AuthModule<? extends AuthModuleType> authModule)AuthenticatedUserInfoServerLoginModelImpl. login(UserCredentials credentials)
-