Uses of Interface
jetbrains.buildServer.auth.SessionModel
-
-
Uses of SessionModel in jetbrains.buildServer.auth.impl
Classes in jetbrains.buildServer.auth.impl that implement SessionModel Modifier and Type Class Description class
SecureSessionModelImpl
class
SessionModelImpl
Constructors in jetbrains.buildServer.auth.impl with parameters of type SessionModel Constructor Description SecureSessionModelImpl(SessionModel delegate, SecurityContextEx securityContext, UserModelEx userModel, AuditLogFactory auditLogFactory)
-
Uses of SessionModel in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers that return SessionModel Modifier and Type Method Description SessionModel
WebFixture. getSessionModel()
-
Uses of SessionModel in jetbrains.buildServer.controllers.admin
Constructors in jetbrains.buildServer.controllers.admin with parameters of type SessionModel Constructor Description AuthAdminPage(BuildServerImpl server, PagePlaces pagePlaces, LoginConfigurationEx loginConfiguration, ServerPaths serverPaths, ServerSettingsImpl serverSettings, WebControllerManager webControllerManager, AuthorizationInterceptor interceptor, AuthConfigManager authConfigManager, SessionModel sessionModel, TokenAuthenticationModel tokenAuthenticationModel)
-
Uses of SessionModel in jetbrains.buildServer.controllers.admin.users
Constructors in jetbrains.buildServer.controllers.admin.users with parameters of type SessionModel Constructor Description AdminEditUserController(WebControllerManager webControllerManager, BuildServerImpl server, PluginProperties pluginRegistry, UserAuthSettingsPluginsRegistry userAuthSettingsPluginsRegistry, VcsManager vcsManager, RolesManager rolesManager, ProjectManager projectManager, AuthorizationInterceptor authInterceptor, SecurityContextEx securityContext, RolesActionHelper userRolesHelper, NotificationRulesManager rulesManager, UserGroupManager groupManager, NotificatorRegistry notificatorRegistry, ServerSettings serverSettings, EmailVerificationController emailVerificationController, PagePlaces pagePlaces, SessionModel sessionModel, LoginConfigurationEx loginConfigurationEx, ProfileController profileController)
-
Uses of SessionModel in jetbrains.buildServer.controllers.filters
Constructors in jetbrains.buildServer.controllers.filters with parameters of type SessionModel Constructor Description DisableSessionCookieTokenAuthFilter(SessionModel sessionModel)
-
Uses of SessionModel in jetbrains.buildServer.controllers.login
Constructors in jetbrains.buildServer.controllers.login with parameters of type SessionModel 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 SessionModel in jetbrains.buildServer.controllers.profile
Fields in jetbrains.buildServer.controllers.profile declared as SessionModel Modifier and Type Field Description protected SessionModel
AbstractUpdateUserController. mySessionModel
Constructors in jetbrains.buildServer.controllers.profile with parameters of type SessionModel Constructor Description AbstractUpdateUserController(BuildServerEx server, SessionModel sessionModel)
ProfileController(WebControllerManager webControllerManager, BuildServerEx server, PluginProperties pluginRegistry, UserAuthSettingsPluginsRegistry userAuthSettingsPluginsRegistry, NotificationRulesManager rulesManager, ProjectManager projectManager, VcsManager vcsManager, PagePlaces pagePlaces, AuthorizationInterceptor authInterceptor, NotificatorRegistry notificatorRegistry, ServerSettings serverSettings, SecurityContext securityContext, EmailVerificationController emailVerificationController, SessionModel sessionModel, EditAccessTokenController editAccessTokenController, TwoFactorWebLoginModel twoFactorWebLoginModel, PasswordComplexityChecker passwordComplexityChecker)
-
Uses of SessionModel in jetbrains.buildServer.push.impl
Constructors in jetbrains.buildServer.push.impl with parameters of type SessionModel Constructor Description WebSocketLogoutListener(SessionModel sessionModel, ActiveWebSocketSessions activeWebSocketSessions)
-
Uses of SessionModel in jetbrains.buildServer.web.impl
Constructors in jetbrains.buildServer.web.impl with parameters of type SessionModel Constructor Description HttpSessionLifecycleEventListener(SessionModel sessionModel)
-