Uses of Class
jetbrains.buildServer.serverSide.oauth.OAuthConnectionDescriptor
-
-
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.controllers.admin.issues
Methods in jetbrains.buildServer.controllers.admin.issues that return types with arguments of type OAuthConnectionDescriptor Modifier and Type Method Description Map<OAuthConnectionDescriptor,Boolean>EditProviderController. getOAuthConnections(SProject project, SUser user, List<String> connectionTypes) -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.controllers.admin.projects
Methods in jetbrains.buildServer.controllers.admin.projects that return OAuthConnectionDescriptor Modifier and Type Method Description OAuthConnectionDescriptorVcsPropertiesBean. getConnection() -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.pipeline.impl
Constructors in jetbrains.buildServer.pipeline.impl with parameters of type OAuthConnectionDescriptor Constructor Description PipelineIntegrationDataImpl(OAuthConnectionDescriptor connection) -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.pipeline.impl.integration
Method parameters in jetbrains.buildServer.pipeline.impl.integration with type arguments of type OAuthConnectionDescriptor Modifier and Type Method Description voidPipelinesIntegrationsProvider. addIntegration(BuildTypeSettings settings, List<OAuthConnectionDescriptor> connections)voidDockerPipelineIntegration. generate(BuildTypeSettings settings, List<OAuthConnectionDescriptor> connections)voidNpmPipelineIntegration. generate(BuildTypeSettings settings, List<OAuthConnectionDescriptor> connections)voidPipelineIntegration. generate(BuildTypeSettings settings, List<OAuthConnectionDescriptor> connections)Generate build features and anything else that is required to use the connection in the buildvoidUnityLicensePipelineIntegration. generate(BuildTypeSettings settings, List<OAuthConnectionDescriptor> connections) -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.pullRequests
Methods in jetbrains.buildServer.pullRequests that return types with arguments of type OAuthConnectionDescriptor Modifier and Type Method Description List<OAuthConnectionDescriptor>PullRequestManager. getOAuthConnections(String vcsHostingType, SProject project)Returns OAuth available OAuth connection in a specified project for a give VCS hosting typeMap<OAuthConnectionDescriptor,Boolean>PullRequestManager. getOAuthConnections(String vcsHostingType, SProject project, SUser user)Returns OAuth available OAuth connection for a specified user in a specified project for a give VCS hosting typedefault List<OAuthConnectionDescriptor>PullRequestProviderService. getOAuthConnections(SProject project)Returns available OAuth connections of the corresponding type for a specified projectMap<OAuthConnectionDescriptor,Boolean>PullRequestProviderService. getOAuthConnections(SProject project, SUser user)Returns available OAuth connections of the corresponding type for a specified project and user -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.serverSide.oauth
Methods in jetbrains.buildServer.serverSide.oauth that return OAuthConnectionDescriptor Modifier and Type Method Description OAuthConnectionDescriptorOAuthConnectionsManager. addConnection(SProject project, String providerType, Map<String,String> parameters)Deprecated.OAuthConnectionDescriptorOAuthConnectionsManager. findConnectionById(SProject project, String connectionId)Deprecated.Searches for OAuth connection by id starting with specified project.OAuthConnectionDescriptorOAuthConnectionsManager. findConnectionByTokenStorageId(SProject project, String tokenStorageId)Deprecated.Searches for OAuth connection by its application id starting with specified project.OAuthConnectionDescriptorOAuthPopupControllerBase.HandlerContext. getConnection()OAuthConnectionDescriptorTokenStorageQueryResult.TokenAndContext. getConnection()OAuthConnectionDescriptorBaseOAuthAuthentication. getSuitableConnection()OAuthConnectionDescriptorBaseOAuthAuthentication. tryFindSuitableConnection()Methods in jetbrains.buildServer.serverSide.oauth that return types with arguments of type OAuthConnectionDescriptor Modifier and Type Method Description List<OAuthConnectionDescriptor>OAuthConnectionsManager. getAvailableConnections(SProject project)Deprecated.Returns own project connections and all connections from parent projects.List<OAuthConnectionDescriptor>OAuthConnectionsManager. getAvailableConnectionsOfType(SProject project, String providerType)Deprecated.Returns all connections of specified type available for current project.List<OAuthConnectionDescriptor>OAuthConnectionsManager. getAvailableConnectionsOfType(SProject project, String providerType, Set<ConnectionCapability> requiredCapabilities)Deprecated.Returns all connections of specified type available for current project.List<OAuthConnectionDescriptor>OAuthConnectionsManager. getOwnAvailableConnections(SProject project)Deprecated.Returns own project connectionsMethods in jetbrains.buildServer.serverSide.oauth with parameters of type OAuthConnectionDescriptor Modifier and Type Method Description default voidConnectionCallback. acceptIfPossible(OAuthConnectionDescriptor connection, BiConsumer<OAuthConnectionDescriptor,ConnectionCallback> action)protected voidBaseOAuthAuthentication. afterNewUserCreated(SUser createdUser, OAuthConnectionDescriptor connection, String accessToken)OAuthTokenIssueTokenService. alterTokenAccessibleEntities(SUser user, OAuthConnectionDescriptor connection, OAuthToken token, List<String> accessibleEntities)BooleanOAuthProvider.CapabilityResolver. apply(OAuthConnectionDescriptor connectionDescriptor, ConnectionCapability capability)OAuthTokenOAuthProvider. applyAccessibleEntities(SUser user, OAuthConnectionDescriptor connection, OAuthToken token, List<String> accessibleEntities)Apply the requested accessible entities restriction to the token.StringUniqueRedirectService. buildRedirectPathForConnection(OAuthConnectionDescriptor connection)Builds the unique redirect path for the given connection if the connection supports unique redirects.StringUniqueRedirectService. buildRedirectUrlForConnection(OAuthConnectionDescriptor connection)Builds the redirect URL for the given OAuth connection.protected OAuthFlow.OAuthResultBaseAccessTokenController. completeOAuth(OAuthConnectionDescriptor descriptor, javax.servlet.http.HttpServletRequest request)OAuthFlow.OAuthResultOAuthFlow. completeOAuth(OAuthConnectionDescriptor opb, javax.servlet.http.HttpServletRequest request, String redirectUri)booleanOAuthProvider. connectionHasCapability(OAuthConnectionDescriptor connectionDescriptor, ConnectionCapability capability)booleanOAuthProvider. connectionIsHidden(OAuthConnectionDescriptor connection)StringOAuthProvider. describeConnection(OAuthConnectionDescriptor connection)StringOAuthProvider. describeConnectionForUI(OAuthConnectionDescriptor connection)Will be combined with getAdditionalUIConnectionDescription return valueprotected abstract org.springframework.web.servlet.ModelAndViewOAuthPopupControllerBase. doWithToken(OAuthToken curOAuthToken, OAuthConnectionDescriptor opb, org.springframework.web.servlet.ModelAndView modelAndView, String vcsType)Do something with the token that we acquired, e.g.Map<String,String>OAuthConnectionsManager. getAdditionalStateParameters(OAuthConnectionDescriptor connection)Deprecated.Map<String,String>OAuthConnectionsManager. getAdditionalStateParameters(OAuthConnectionDescriptor connection, javax.servlet.http.HttpServletRequest oauthRequest)Deprecated.StringOAuthProvider. getAdditionalUIConnectionDescription(OAuthConnectionDescriptor connection)Will not be escaped, and so should not include any unvalidated user inputBufferedImageAvatarProvider. getAvatar(SUser user, OAuthConnectionDescriptor connection, String accessToken)StringUniqueRedirectService. getOrCreateRedirectIdForConnection(OAuthConnectionDescriptor connection)Returns the stored redirect ID for the given OAuth connection.Map<String,String>OAuthConnectionsManager.OAuthStateParametersProvider. getParameters(OAuthConnectionDescriptor oAuthConnectionDescriptor)Map<String,String>OAuthConnectionsManager.OAuthStateParametersProvider. getParameters(OAuthConnectionDescriptor oAuthConnectionDescriptor, URL oauthUrl)protected StringBaseOAuthAuthentication. getRedirectPath(OAuthConnectionDescriptor connection)protected StringBaseAccessTokenController. getRedirectToOAuthProvider(OAuthConnectionDescriptor descriptor, Map<String,String> stateParameters, String scope)protected StringBaseOAuthAuthentication. getRedirectUri(OAuthConnectionDescriptor connection)StringOAuthRedirectUrlExtension. getRedirectUrl(OAuthConnectionDescriptor connectionDescriptor)protected StringOAuthPopupControllerBase. getScope(OAuthConnectionDescriptor opb)Deprecated.please implementOAuthPopupControllerBase.getScope(OAuthConnectionDescriptor, TokenIntent)insteadprotected StringOAuthPopupControllerBase. getScope(OAuthConnectionDescriptor opb, TokenIntent tokenIntent)StringOAuthProvider. getScope(OAuthConnectionDescriptor connectionDescriptor, String defaultScope)StringOAuthProvider. getScopeForIntent(OAuthConnectionDescriptor connection, TokenIntent intent)Returns the provider-specific OAuth scope to request for the given token intent.StringOAuthProvider. getTokenStorageId(OAuthConnectionDescriptor connection)Returns an id of the token storage used by connection.Map<String,String>OAuthProvider. getTokenUsageParamsForVcsRoot(OAuthConnectionDescriptor connection, OAuthToken token)Returns the necessary parameters for usage of the provided token for authentication in aSVcsRoot.OAuthFlow.UserDataOAuthFlow. getUserData(OAuthConnectionDescriptor opb, String token, javax.servlet.http.HttpServletRequest request)StringOAuthFlow. getUserLink(OAuthConnectionDescriptor opb, String username)booleanOAuthProvider. isAcquiringTokenSupportedForConnection(OAuthConnectionDescriptor connection)Whether acquiring tokens is supported using this connection in particular.voidConnectionCallback. onSubProjectSetup(OAuthConnectionDescriptor connection, SProject newProject)Called when a subproject is in the process of being set up, which is derived from a connection.protected StringBaseOAuthAuthentication. performAuthChecks(OAuthFlow.OAuthResult oAuthResult, Map<String,String> properties, OAuthConnectionDescriptor connection)protected org.springframework.web.servlet.ModelAndViewOAuthPopupControllerBase. postProcessAfterToken(javax.servlet.http.HttpServletRequest request, SProject project, OAuthConnectionDescriptor connection, org.springframework.web.servlet.ModelAndView modelAndView, OAuthToken token)Allows implementations to post process the model onceOAuthPopupControllerBase.doWithToken(jetbrains.buildServer.serverSide.oauth.OAuthToken, jetbrains.buildServer.serverSide.oauth.OAuthConnectionDescriptor, org.springframework.web.servlet.ModelAndView, java.lang.String)is done.protected OAuthTokenBaseAccessTokenController. postProcessTokenAfterIssuing(javax.servlet.http.HttpServletRequest request, Map<String,String> stateContainer, OAuthConnectionDescriptor connection, OAuthToken token)protected OAuthPopupControllerBase.HandlerContextOAuthPopupControllerBase. prepareContext(javax.servlet.http.HttpServletRequest request, boolean pageMode, OAuthConnectionDescriptor opb, SProject project, String showMode)StringOAuthConnectionsManager.RedirectUrlProcessor. process(OAuthConnectionDescriptor oAuthConnectionDescriptor, String redirectUrl)protected org.springframework.web.servlet.ModelAndViewOAuthPopupControllerBase. redirectToAccessTokenController(javax.servlet.http.HttpServletRequest request, String projectId, String connectionId, OAuthConnectionDescriptor opb, String showMode)StringOAuthFlow. redirectToOAuthProvider(OAuthConnectionDescriptor connectionDescriptor, Map<String,String> stateParametrs, String scope, String redirectUri)protected StringBaseAccessTokenController. redirectUri(OAuthConnectionDescriptor connectionDescriptor)OAuthTokenOAuthProvider. refreshToken(OAuthConnectionDescriptor connection, OAuthToken token)protected abstract voidBaseOAuthAuthentication. rememberToken(javax.servlet.http.HttpServletRequest request, SUser created, OAuthConnectionDescriptor oAuthConnectionDescriptor, OAuthFlow.OAuthResult oAuthResult)protected org.springframework.web.servlet.ModelAndViewOAuthPopupControllerBase. startAuthCodeFlowIfNecessary(javax.servlet.http.HttpServletRequest request, String projectId, String connectionId, OAuthConnectionDescriptor opb, String showMode)StringOAuthConnectionsManager. updateRedirectUrlIfNeeded(OAuthConnectionDescriptor connection, String redirectUrl)Deprecated.Method parameters in jetbrains.buildServer.serverSide.oauth with type arguments of type OAuthConnectionDescriptor Modifier and Type Method Description default voidConnectionCallback. acceptIfPossible(OAuthConnectionDescriptor connection, BiConsumer<OAuthConnectionDescriptor,ConnectionCallback> action)Constructors in jetbrains.buildServer.serverSide.oauth with parameters of type OAuthConnectionDescriptor Constructor Description TokenAndContext(OAuthToken token, OAuthConnectionDescriptor connection, SUser user) -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.serverSide.oauth.azuredevops
Methods in jetbrains.buildServer.serverSide.oauth.azuredevops that return OAuthConnectionDescriptor Modifier and Type Method Description OAuthConnectionDescriptorAzureDevOpsAccessTokenController.AzureDevOpsError. getOAuthConnection()Methods in jetbrains.buildServer.serverSide.oauth.azuredevops with parameters of type OAuthConnectionDescriptor Modifier and Type Method Description OAuthFlow.OAuthResultAzureDevOpsOAuth. completeOAuth(OAuthConnectionDescriptor opb, javax.servlet.http.HttpServletRequest request, String redirectUri)StringAzureDevOpsOAuthProvider. describeConnection(OAuthConnectionDescriptor connection)JsonAccountsResponseAzureDevOpsClient. getAccounts(OAuthConnectionDescriptor connectionDescriptor, String accessToken)StringAzureDevOpsClient. getAuthorizeUrl(OAuthConnectionDescriptor connectionDescriptor)BufferedImageAzureDevOpsAvatarProvider. getAvatar(SUser user, OAuthConnectionDescriptor connection, String accessToken)StringAzureDevOpsClient. getClientId(OAuthConnectionDescriptor connectionDescriptor)List<AzureDevOpsRepository>AzureDevOpsClient. getRepositories(OAuthConnectionDescriptor connectionDescriptor, String accessToken)StringAzureDevOpsOAuthProvider. getScope(OAuthConnectionDescriptor connectionDescriptor, String defaultScope)JsonAccessTokenResponseAzureDevOpsClient. getToken(OAuthConnectionDescriptor opb, String code, String redirectUri)StringAzureDevOpsOAuthProvider. getTokenStorageId(OAuthConnectionDescriptor connection)StringAzureDevOpsClient. getTokenUrl(OAuthConnectionDescriptor connectionDescriptor)Map<String,String>AzureDevOpsOAuthProvider. getTokenUsageParamsForVcsRoot(OAuthConnectionDescriptor connection, OAuthToken token)OAuthFlow.UserDataAzureDevOpsOAuth. getUserData(OAuthConnectionDescriptor opb, String token, javax.servlet.http.HttpServletRequest request)StringAzureDevOpsOAuth. getUserLink(OAuthConnectionDescriptor opb, String username)JsonUserProfileResponseAzureDevOpsClient. getUserProfile(OAuthConnectionDescriptor connectionDescriptor, String accessToken)protected StringAzureDevOpsAuthentication. performAuthChecks(OAuthFlow.OAuthResult oAuthResult, Map<String,String> properties, OAuthConnectionDescriptor connection)protected org.springframework.web.servlet.ModelAndViewAzureDevOpsGetTokenPopupController. postProcessAfterToken(javax.servlet.http.HttpServletRequest request, SProject project, OAuthConnectionDescriptor connection, org.springframework.web.servlet.ModelAndView modelAndView, OAuthToken token)StringAzureDevOpsOAuth. redirectToOAuthProvider(OAuthConnectionDescriptor connectionDescriptor, Map<String,String> stateParametrs, String scope, String redirectUri)OAuthTokenAzureDevOpsAuthentication. refreshToken(SUser created, OAuthConnectionDescriptor connectionDescriptor, OAuthToken token)JsonAccessTokenResponseAzureDevOpsClient. refreshToken(OAuthConnectionDescriptor connectionDescriptor, RefreshableToken token, String redirectUri)OAuthTokenAzureDevOpsOAuthProvider. refreshToken(OAuthConnectionDescriptor connection, OAuthToken token)protected voidAzureDevOpsAuthentication. rememberToken(javax.servlet.http.HttpServletRequest request, SUser created, OAuthConnectionDescriptor connectionDescriptor, OAuthFlow.OAuthResult oAuthResult)Constructors in jetbrains.buildServer.serverSide.oauth.azuredevops with parameters of type OAuthConnectionDescriptor Constructor Description AzureDevOpsError(OAuthConnectionDescriptor oAuthConnection, String error, String errorDescription) -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.serverSide.oauth.bitbucket
Methods in jetbrains.buildServer.serverSide.oauth.bitbucket that return OAuthConnectionDescriptor Modifier and Type Method Description OAuthConnectionDescriptorBitBucketAccessTokenController.BitBucketError. getOAuthConnection()Methods in jetbrains.buildServer.serverSide.oauth.bitbucket with parameters of type OAuthConnectionDescriptor Modifier and Type Method Description OAuthFlow.OAuthResultBitBucketOAuth. completeOAuth(OAuthConnectionDescriptor opb, javax.servlet.http.HttpServletRequest request, String redirectUri)StringBitBucketOAuthProvider. describeConnection(OAuthConnectionDescriptor connection)BufferedImageBitBucketAvatarProvider. getAvatar(SUser user, OAuthConnectionDescriptor connection, String accessToken)StringBitBucketOAuthProvider. getTokenStorageId(OAuthConnectionDescriptor connection)OAuthFlow.UserDataBitBucketOAuth. getUserData(OAuthConnectionDescriptor opb, String token, javax.servlet.http.HttpServletRequest request)StringBitBucketOAuth. getUserLink(OAuthConnectionDescriptor opb, String username)protected StringBitBucketAuthentication. performAuthChecks(OAuthFlow.OAuthResult oAuthResult, Map<String,String> properties, OAuthConnectionDescriptor connection)protected org.springframework.web.servlet.ModelAndViewGetTokenPopupController. postProcessAfterToken(javax.servlet.http.HttpServletRequest request, SProject project, OAuthConnectionDescriptor connection, org.springframework.web.servlet.ModelAndView modelAndView, OAuthToken token)StringBitBucketOAuth. redirectToOAuthProvider(OAuthConnectionDescriptor oAuthConnectionDescriptor, Map<String,String> stateParametrs, String scope, String redirectUri)protected StringBitBucketOAuthProvider. redirectUri(OAuthConnectionDescriptor connectionDescriptor)OAuthTokenBitBucketOAuthProvider. refreshToken(OAuthConnectionDescriptor connection, OAuthToken token)protected voidBitBucketAuthentication. rememberToken(javax.servlet.http.HttpServletRequest request, SUser created, OAuthConnectionDescriptor connection, OAuthFlow.OAuthResult oAuthResult)Constructors in jetbrains.buildServer.serverSide.oauth.bitbucket with parameters of type OAuthConnectionDescriptor Constructor Description BitBucketError(OAuthConnectionDescriptor oAuthConnection, String error, String errorDescription) -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.serverSide.oauth.github
Methods in jetbrains.buildServer.serverSide.oauth.github that return OAuthConnectionDescriptor Modifier and Type Method Description OAuthConnectionDescriptorGitHubAccessTokenController.GitHubError. getOAuthConnection()Methods in jetbrains.buildServer.serverSide.oauth.github with parameters of type OAuthConnectionDescriptor Modifier and Type Method Description OAuthFlow.OAuthResultGitHubOAuth. completeOAuth(OAuthConnectionDescriptor opb, javax.servlet.http.HttpServletRequest request, String redirectUrl)StringGHEOAuthProvider. describeConnection(OAuthConnectionDescriptor connection)StringGitHubOAuthProvider. describeConnection(OAuthConnectionDescriptor connection)BufferedImageGitHubAvatarProvider. getAvatar(SUser user, OAuthConnectionDescriptor connection, String accessToken)GitHubAppInstallationGitHubAppInstallationProviderExtension. getInstallation(OAuthConnectionDescriptor connection)protected StringGitHubAuthentication.BaseGitHubAuthentication. getRedirectPath(OAuthConnectionDescriptor connection)List<GitHubRepositoryGroup>GitHubRepositoriesService. getRepositories(RefreshableToken curOAuthToken, OAuthConnectionDescriptor opb)StringGitHubOAuthProviderBase. getScopeForIntent(OAuthConnectionDescriptor connection, TokenIntent intent)StringGHEOAuthProvider. getTokenStorageId(OAuthConnectionDescriptor connection)StringGitHubOAuthProvider. getTokenStorageId(OAuthConnectionDescriptor connection)OAuthFlow.UserDataGitHubOAuth. getUserData(OAuthConnectionDescriptor opb, String token, javax.servlet.http.HttpServletRequest request)StringGitHubOAuth. getUserLink(OAuthConnectionDescriptor opb, String username)List<org.eclipse.egit.github.core.User>GitHubOAuth. getUserOrgs(String accessToken, OAuthConnectionDescriptor connectionDescriptor)protected StringGitHubAuthentication.BaseGitHubAuthentication. performAuthChecks(OAuthFlow.OAuthResult oAuthResult, Map<String,String> properties, OAuthConnectionDescriptor connection)StringGitHubOAuth. redirectToOAuthProvider(OAuthConnectionDescriptor connectionDescriptor, Map<String,String> stateParametrs, String scope, String redirectUri)protected voidGitHubAuthentication.BaseGitHubAuthentication. rememberToken(javax.servlet.http.HttpServletRequest request, SUser created, OAuthConnectionDescriptor connection, OAuthFlow.OAuthResult oAuthResult)Constructors in jetbrains.buildServer.serverSide.oauth.github with parameters of type OAuthConnectionDescriptor Constructor Description GitHubError(OAuthConnectionDescriptor oAuthConnection, String error, String errorDescription) -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.serverSide.oauth.gitlab
Methods in jetbrains.buildServer.serverSide.oauth.gitlab that return OAuthConnectionDescriptor Modifier and Type Method Description OAuthConnectionDescriptorGitLabError. getOAuthConnection()Methods in jetbrains.buildServer.serverSide.oauth.gitlab with parameters of type OAuthConnectionDescriptor Modifier and Type Method Description OAuthFlow.OAuthResultGitLabOAuth. completeOAuth(OAuthConnectionDescriptor opb, javax.servlet.http.HttpServletRequest request, String redirectUrl)StringGitLabComOAuthProvider. describeConnection(OAuthConnectionDescriptor connection)BufferedImageGitLabAvatarProvider. getAvatar(SUser user, OAuthConnectionDescriptor connection, String accessToken)static StringGitLabComOAuthProvider. getClientId(OAuthConnectionDescriptor connectionDescriptor)static StringGitLabComOAuthProvider. getClientSecret(OAuthConnectionDescriptor connectionDescriptor)protected StringGitLabAuthentication.BaseGitLabAuthentication. getRedirectPath(OAuthConnectionDescriptor connection)StringGitLabClient. getRedirectUri(OAuthConnectionDescriptor connectionDescriptor)StringGitLabClientImpl. getRedirectUri(OAuthConnectionDescriptor connectionDescriptor)static StringGitLabComOAuthProvider. getServerUrl(OAuthConnectionDescriptor connectionDescriptor)StringGitLabComOAuthProvider. getTokenStorageId(OAuthConnectionDescriptor connection)Map<String,String>GitLabComOAuthProvider. getTokenUsageParamsForVcsRoot(OAuthConnectionDescriptor connection, OAuthToken token)OAuthFlow.UserDataGitLabOAuth. getUserData(OAuthConnectionDescriptor opb, String token, javax.servlet.http.HttpServletRequest request)List<JsonGroup>GitLabOAuth. getUserGroups(String token, OAuthConnectionDescriptor connection)StringGitLabOAuth. getUserLink(OAuthConnectionDescriptor opb, String username)protected StringGitLabAuthentication.BaseGitLabAuthentication. performAuthChecks(OAuthFlow.OAuthResult oAuthResult, Map<String,String> properties, OAuthConnectionDescriptor connection)protected org.springframework.web.servlet.ModelAndViewGetTokenPopupController. postProcessAfterToken(javax.servlet.http.HttpServletRequest request, SProject project, OAuthConnectionDescriptor connection, org.springframework.web.servlet.ModelAndView modelAndView, OAuthToken token)StringGitLabOAuth. redirectToOAuthProvider(OAuthConnectionDescriptor connectionDescriptor, Map<String,String> stateParametrs, String scope, String redirectUri)OAuthTokenGitLabComOAuthProvider. refreshToken(OAuthConnectionDescriptor connection, OAuthToken token)protected voidGitLabAuthentication.BaseGitLabAuthentication. rememberToken(javax.servlet.http.HttpServletRequest request, SUser created, OAuthConnectionDescriptor connection, OAuthFlow.OAuthResult oAuthResult)Constructors in jetbrains.buildServer.serverSide.oauth.gitlab with parameters of type OAuthConnectionDescriptor Constructor Description GitLabError(OAuthConnectionDescriptor oAuthConnection, String error, String errorDescription) -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.serverSide.oauth.google
Methods in jetbrains.buildServer.serverSide.oauth.google with parameters of type OAuthConnectionDescriptor Modifier and Type Method Description OAuthFlow.OAuthResultGoogleOAuth. completeOAuth(OAuthConnectionDescriptor connectionDescriptor, javax.servlet.http.HttpServletRequest request, String redirectUrl)StringGoogleOAuthProvider. describeConnection(OAuthConnectionDescriptor connection)BufferedImageGoogleAvatarProvider. getAvatar(SUser user, OAuthConnectionDescriptor connection, String accessToken)StringGoogleOAuthProvider. getTokenStorageId(OAuthConnectionDescriptor connection)OAuthFlow.UserDataGoogleOAuth. getUserData(OAuthConnectionDescriptor connectionDescriptor, String token, javax.servlet.http.HttpServletRequest request)StringGoogleOAuth. getUserLink(OAuthConnectionDescriptor connectionDescriptor, String username)protected StringGoogleAuthentication. performAuthChecks(OAuthFlow.OAuthResult oAuthResult, Map<String,String> properties, OAuthConnectionDescriptor connection)StringGoogleOAuth. redirectToOAuthProvider(OAuthConnectionDescriptor connectionDescriptor, Map<String,String> stateParametrs, String scope, String redirectUri)protected voidGoogleAuthentication. rememberToken(javax.servlet.http.HttpServletRequest request, SUser created, OAuthConnectionDescriptor connection, OAuthFlow.OAuthResult oAuthResult)Constructors in jetbrains.buildServer.serverSide.oauth.google with parameters of type OAuthConnectionDescriptor Constructor Description GoogleConnectDescriber(OAuthConnectionDescriptor cd) -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.serverSide.oauth.google.pojo
Methods in jetbrains.buildServer.serverSide.oauth.google.pojo that return OAuthConnectionDescriptor Modifier and Type Method Description OAuthConnectionDescriptorGoogleError. getOAuthConnection()Constructors in jetbrains.buildServer.serverSide.oauth.google.pojo with parameters of type OAuthConnectionDescriptor Constructor Description GoogleError(OAuthConnectionDescriptor oAuthConnection, String error, String errorDescription) -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.serverSide.oauth.space
Methods in jetbrains.buildServer.serverSide.oauth.space that return OAuthConnectionDescriptor Modifier and Type Method Description OAuthConnectionDescriptorSpaceProjectDeducer.ProjectAndConnection. getConnection()OAuthConnectionDescriptorSpaceProjectDeducer.ProjectAndConnectionWithParent. getConnection()OAuthConnectionDescriptorSpaceAuthentication. tryFindSuitableConnection()Methods in jetbrains.buildServer.serverSide.oauth.space that return types with arguments of type OAuthConnectionDescriptor Modifier and Type Method Description Map<String,OAuthConnectionDescriptor>SpaceService. findMatchingProjectConnections(SProject project, OAuthConnectionDescriptor organizationConnection, List<SpaceProject> spaceProjects, SUser user)Tries to find all existing project connections in the current context that should belong to the given organization connection.List<OAuthConnectionDescriptor>SpaceProjectDeducer.Deduction. getTargetConnections()Methods in jetbrains.buildServer.serverSide.oauth.space with parameters of type OAuthConnectionDescriptor Modifier and Type Method Description StringSpaceLinkBuilder. buildForCodeReview(OAuthConnectionDescriptor connection, String projectKey, String reviewId)Builda URL for users to view code reviews and merge requests.StringSpaceLinkBuilder. buildForRepository(OAuthConnectionDescriptor connection, String projectKey, String repository)Builds a URL for users to view a Space repository.OAuthFlow.OAuthResultSpaceOAuth. completeOAuth(OAuthConnectionDescriptor connectionDescriptor, javax.servlet.http.HttpServletRequest request, String redirectUrl)booleanSpaceOAuthProvider. connectionIsHidden(OAuthConnectionDescriptor connection)StringSpaceOAuthProvider. describeConnection(OAuthConnectionDescriptor connection)StringSpaceOAuthProvider. describeConnectionForUI(OAuthConnectionDescriptor connection)SpaceService.ConnectionTypeSpaceService. determineConnectionType(OAuthConnectionDescriptor connection)protected org.springframework.web.servlet.ModelAndViewSpaceOAuthPopupControllerBase. doWithToken(OAuthToken curOAuthToken, OAuthConnectionDescriptor opb, org.springframework.web.servlet.ModelAndView modelAndView, String vcsType)protected org.springframework.web.servlet.ModelAndViewSpaceShowProjectsController. doWithToken(OAuthToken curOAuthToken, OAuthConnectionDescriptor opb, org.springframework.web.servlet.ModelAndView modelAndView, String vcsType)protected org.springframework.web.servlet.ModelAndViewSpaceShowRepositoriesController. doWithToken(OAuthToken curOAuthToken, OAuthConnectionDescriptor opb, org.springframework.web.servlet.ModelAndView modelAndView, String vcsType)static SpaceProjectDeducer.DeductionSpaceProjectDeducer.Deduction. error(SProject targetProject, OAuthConnectionDescriptor targetConnection)protected voidSpaceOAuthPopupControllerBase. fillFallbackModel(Map<String,Object> model, OAuthConnectionDescriptor connection, OAuthToken curOAuthToken)protected voidSpaceShowProjectsController. fillFallbackModel(Map<String,Object> model, OAuthConnectionDescriptor connection, OAuthToken curOAuthToken)protected voidSpaceShowRepositoriesController. fillFallbackModel(Map<String,Object> model, OAuthConnectionDescriptor connection, OAuthToken curOAuthToken)Map<String,OAuthConnectionDescriptor>SpaceService. findMatchingProjectConnections(SProject project, OAuthConnectionDescriptor organizationConnection, List<SpaceProject> spaceProjects, SUser user)Tries to find all existing project connections in the current context that should belong to the given organization connection.StringSpaceOAuthProvider. getAdditionalUIConnectionDescription(OAuthConnectionDescriptor connection)StringSpaceService. getApplicationAuthorizationsUrl(OAuthConnectionDescriptor connection)BufferedImageSpaceAvatarProvider. getAvatar(SUser user, OAuthConnectionDescriptor connection, String accessToken)protected org.springframework.web.servlet.ModelAndViewSpaceOAuthPopupControllerBase. getFallbackModelForPending(org.springframework.web.servlet.ModelAndView modelAndView, OAuthConnectionDescriptor connection, OAuthToken curOAuthToken)SpaceService.PendingConnectionTypeSpaceService. getPendingConnectionType(OAuthConnectionDescriptor connection)protected StringSpaceShowProjectsController. getScope(OAuthConnectionDescriptor opb, TokenIntent ignored)StringSpaceOAuthProvider. getScopeForIntent(OAuthConnectionDescriptor connection, TokenIntent intent)StringSpaceOAuthProvider. getTokenStorageId(OAuthConnectionDescriptor connection)Map<String,String>SpaceOAuthProvider. getTokenUsageParamsForVcsRoot(OAuthConnectionDescriptor connection, OAuthToken token)OAuthFlow.UserDataSpaceOAuth. getUserData(OAuthConnectionDescriptor connectionDescriptor, String token, javax.servlet.http.HttpServletRequest request)StringSpaceOAuth. getUserLink(OAuthConnectionDescriptor connectionDescriptor, String username)voidSpaceTemporaryConnectionCallback. onSubProjectSetup(OAuthConnectionDescriptor connection, SProject newProject)protected org.springframework.web.servlet.ModelAndViewSpaceGetTokenPopupController. postProcessAfterToken(javax.servlet.http.HttpServletRequest request, SProject project, OAuthConnectionDescriptor connection, org.springframework.web.servlet.ModelAndView modelAndView, OAuthToken token)protected org.springframework.web.servlet.ModelAndViewSpaceShowProjectsController. postProcessAfterToken(javax.servlet.http.HttpServletRequest request, SProject project, OAuthConnectionDescriptor connection, org.springframework.web.servlet.ModelAndView modelAndView, OAuthToken token)protected org.springframework.web.servlet.ModelAndViewSpaceOAuthPopupControllerBase. redirectToAccessTokenController(javax.servlet.http.HttpServletRequest request, String projectId, String connectionId, OAuthConnectionDescriptor opb, String showMode)StringSpaceOAuth. redirectToOAuthProvider(OAuthConnectionDescriptor connectionDescriptor, Map<String,String> stateParametrs, String scope, String redirectUri)protected StringSpaceOAuthProvider. redirectUri(OAuthConnectionDescriptor connectionDescriptor)OAuthTokenSpaceOAuthProvider. refreshToken(OAuthConnectionDescriptor connection, OAuthToken token)protected voidSpaceAuthentication. rememberToken(javax.servlet.http.HttpServletRequest request, SUser created, OAuthConnectionDescriptor connection, OAuthFlow.OAuthResult oAuthResult)static SpaceProjectDeducer.DeductionSpaceProjectDeducer.Deduction. suggestBuildCreation(SProject targetProject, OAuthConnectionDescriptor organizationConnection, OAuthConnectionDescriptor projectConnection)static SpaceProjectDeducer.DeductionSpaceProjectDeducer.Deduction. suggestBuildCreationOnManual(SProject targetProject, OAuthConnectionDescriptor manualConnection)static SpaceProjectDeducer.DeductionSpaceProjectDeducer.Deduction. suggestCreateProjectConnection(SProject targetProject, OAuthConnectionDescriptor organizationConnection)Constructors in jetbrains.buildServer.serverSide.oauth.space with parameters of type OAuthConnectionDescriptor Constructor Description ProjectAndConnection(SProject project, OAuthConnectionDescriptor connection, SpaceService.ConnectionType connectionType)ProjectAndConnection(SProject project, OAuthConnectionDescriptor connection, SpaceService.ConnectionType connectionType, SpaceConnectDescriber spaceConnection)SpaceConnectDescriber(OAuthConnectionDescriptor cd) -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.serverSide.oauth.space.application
Methods in jetbrains.buildServer.serverSide.oauth.space.application with parameters of type OAuthConnectionDescriptor Modifier and Type Method Description BooleanApplicationInformationCapabilityResolver. apply(OAuthConnectionDescriptor connectionDescriptor, ConnectionCapability capability) -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.serverSide.oauth.space.pojo
Methods in jetbrains.buildServer.serverSide.oauth.space.pojo that return OAuthConnectionDescriptor Modifier and Type Method Description OAuthConnectionDescriptorSpaceError. getOAuthConnection()Constructors in jetbrains.buildServer.serverSide.oauth.space.pojo with parameters of type OAuthConnectionDescriptor Constructor Description SpaceError(OAuthConnectionDescriptor oAuthConnection, String error, String errorDescription) -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.serverSide.oauth.tfs
Methods in jetbrains.buildServer.serverSide.oauth.tfs that return OAuthConnectionDescriptor Modifier and Type Method Description OAuthConnectionDescriptorTfsAccessTokenController.TfsError. getOAuthConnection()Methods in jetbrains.buildServer.serverSide.oauth.tfs with parameters of type OAuthConnectionDescriptor Modifier and Type Method Description OAuthTokenAccessTokenProvider. completeAuthorization(OAuthConnectionDescriptor connection, long userId, String code)OAuthTokenTfsAccessTokenProvider. completeAuthorization(OAuthConnectionDescriptor connection, long userId, String code)StringTfsAuthProvider. describeConnection(OAuthConnectionDescriptor connection)StringAccessTokenProvider. getAuthorizeUrl(OAuthConnectionDescriptor connection, String state, String scope)StringTfsAccessTokenProvider. getAuthorizeUrl(OAuthConnectionDescriptor connection, String state, String scope)OAuthTokenAccessTokenProvider. getUpdatedToken(OAuthConnectionDescriptor connection, OAuthToken token)OAuthTokenTfsAccessTokenProvider. getUpdatedToken(OAuthConnectionDescriptor connection, OAuthToken token)Constructors in jetbrains.buildServer.serverSide.oauth.tfs with parameters of type OAuthConnectionDescriptor Constructor Description TfsError(OAuthConnectionDescriptor oAuthConnection, String error, String errorDescription) -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.vcshostings
Methods in jetbrains.buildServer.vcshostings with parameters of type OAuthConnectionDescriptor Modifier and Type Method Description VcsInformationProviderVcsInformationManager. createProvider(OAuthConnectionDescriptor connectionDescriptor, OAuthToken token)Creates a VCS information provider that corresponds to the connection tyopeVcsInformationProviderVcsInformationManagerImpl. createProvider(OAuthConnectionDescriptor connectionDescriptor, OAuthToken token)VcsInformationProviderVcsInformationService. createProvider(OAuthConnectionDescriptor connectionDescriptor, OAuthToken token)Creates a VCS information provider that corresponds to the connection type -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.vcshostings.bbcloud
Methods in jetbrains.buildServer.vcshostings.bbcloud with parameters of type OAuthConnectionDescriptor Modifier and Type Method Description VcsInformationProviderBitBucketVcsInformationService. createProvider(OAuthConnectionDescriptor connectionDescriptor, OAuthToken token) -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.vcshostings.github
Methods in jetbrains.buildServer.vcshostings.github with parameters of type OAuthConnectionDescriptor Modifier and Type Method Description VcsInformationProviderGitHubVcsInformationService. createProvider(OAuthConnectionDescriptor connectionDescriptor, OAuthToken token) -
Uses of OAuthConnectionDescriptor in jetbrains.buildServer.vcshostings.gitlab
Methods in jetbrains.buildServer.vcshostings.gitlab with parameters of type OAuthConnectionDescriptor Modifier and Type Method Description VcsInformationProviderGitLabVcsInfromationService. createProvider(OAuthConnectionDescriptor connectionDescriptor, OAuthToken token)
-