Uses of Interface
jetbrains.buildServer.serverSide.oauth.AuthenticationContext
-
-
Uses of AuthenticationContext in jetbrains.buildServer.serverSide.oauth
Classes in jetbrains.buildServer.serverSide.oauth that implement AuthenticationContext Modifier and Type Class Description class
OAuthAuthenticationContext
Fields in jetbrains.buildServer.serverSide.oauth declared as AuthenticationContext Modifier and Type Field Description protected AuthenticationContext
BaseOAuthAuthentication. myContext
Methods in jetbrains.buildServer.serverSide.oauth that return AuthenticationContext Modifier and Type Method Description protected abstract AuthenticationContext
ConnectOAuthAccountController. getAuthContext()
protected AuthenticationContext
ServerConnectOAuthAccountController. getAuthContext()
Constructors in jetbrains.buildServer.serverSide.oauth with parameters of type AuthenticationContext Constructor Description BaseOAuthAuthentication(AuthenticationContext context, OAuthProvider oAuthProvider, OAuthFlow oAuthFlow, String defaultScope, String loginJsp, String editAuthModuleJsp, String loginControllerPath, String accessTokenControllerPath, AvatarProvider avatarProvider, UserAvatarsManager userAvatarsManager)
ServerConnectOAuthAccountController(AuthenticationContext authenticationContext, OAuthFlow oAuthFlow, OAuthProvider oAuthProvider, BaseOAuthAuthentication oAuthAuthentication, String accessTokenControllerPath, String defaultScope)
-
Uses of AuthenticationContext in jetbrains.buildServer.serverSide.oauth.azuredevops
Constructors in jetbrains.buildServer.serverSide.oauth.azuredevops with parameters of type AuthenticationContext Constructor Description AzureDevOpsAuthentication(AuthenticationContext context, AzureDevOpsOAuthProvider azureDevOpsOAuthProvider, AzureDevOpsOAuth azureDevOpsOAuthFlow, AzureDevOpsClient azureDevOpsClient, OAuthTokensStorage oAuthTokensStorage, UserAvatarsManager userAvatarsManager, AzureDevOpsAvatarProvider avatarProvider)
-
Uses of AuthenticationContext in jetbrains.buildServer.serverSide.oauth.bitbucket
Constructors in jetbrains.buildServer.serverSide.oauth.bitbucket with parameters of type AuthenticationContext Constructor Description BitBucketAuthentication(AuthenticationContext context, BitBucketOAuthProvider bitBucketOAuthProvider, BitBucketOAuth bitBucketOAuth, OAuthTokensStorage oAuthTokensStorage, BitBucketAvatarProvider bitBucketAvatarProvider, UserAvatarsManager userAvatarsManager)
-
Uses of AuthenticationContext in jetbrains.buildServer.serverSide.oauth.github
Constructors in jetbrains.buildServer.serverSide.oauth.github with parameters of type AuthenticationContext Constructor Description GitHubAuthentication(AuthenticationContext context, GitHubOAuthProvider gitHubOAuthProvider, GHEOAuthProvider gitHubEnterpiseOAuthProvider, GitHubOAuth gitHubOAuth, UserAvatarsManager userAvatarsManager, GitHubAvatarProvider gitHubAvatarProvider, UniqueRedirectService uniqueRedirectService)
-
Uses of AuthenticationContext in jetbrains.buildServer.serverSide.oauth.gitlab
Constructors in jetbrains.buildServer.serverSide.oauth.gitlab with parameters of type AuthenticationContext Constructor Description GitLabAuthentication(AuthenticationContext context, GitLabComOAuthProvider gitLabComOAuthProvider, GitLabCEorEEOAuthProvider gitLabCEorEEOAuthProvider, GitLabOAuth gitLabOAuth, UserAvatarsManager userAvatarsManager, GitLabAvatarProvider gitLabAvatarProvider, UniqueRedirectService uniqueRedirectService)
-
Uses of AuthenticationContext in jetbrains.buildServer.serverSide.oauth.google
Constructors in jetbrains.buildServer.serverSide.oauth.google with parameters of type AuthenticationContext Constructor Description GoogleAuthentication(AuthenticationContext context, GoogleOAuthProvider oAuthProvider, GoogleOAuth oAuthFlow, OAuthTokensStorage tokensStorage, UserAvatarsManager userAvatarsManager, GoogleAvatarProvider googleAvatarProvider, GoogleClientFactory googleClientFactory)
-
Uses of AuthenticationContext in jetbrains.buildServer.serverSide.oauth.space
Constructors in jetbrains.buildServer.serverSide.oauth.space with parameters of type AuthenticationContext Constructor Description SpaceAuthentication(AuthenticationContext context, SpaceOAuthProvider oAuthProvider, SpaceOAuth oAuthFlow, OAuthTokensStorage tokensStorage, UserAvatarsManager userAvatarsManager, SpaceAvatarProvider spaceAvatarProvider)
-