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 OAuthConnectionDescriptor
VcsPropertiesBean. 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 void
PipelinesIntegrationsProvider. addIntegration(BuildTypeSettings settings, List<OAuthConnectionDescriptor> connections)
void
DockerPipelineIntegration. generate(BuildTypeSettings settings, List<OAuthConnectionDescriptor> connections)
void
NpmPipelineIntegration. generate(BuildTypeSettings settings, List<OAuthConnectionDescriptor> connections)
void
PipelineIntegration. generate(BuildTypeSettings settings, List<OAuthConnectionDescriptor> connections)
Generate build features and anything else that is required to use the connection in the buildvoid
UnityLicensePipelineIntegration. 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 OAuthConnectionDescriptor
OAuthConnectionsManager. addConnection(SProject project, String providerType, Map<String,String> parameters)
Deprecated.OAuthConnectionDescriptor
OAuthConnectionsManager. findConnectionById(SProject project, String connectionId)
Deprecated.Searches for OAuth connection by id starting with specified project.OAuthConnectionDescriptor
OAuthConnectionsManager. findConnectionByTokenStorageId(SProject project, String tokenStorageId)
Deprecated.Searches for OAuth connection by its application id starting with specified project.OAuthConnectionDescriptor
OAuthPopupControllerBase.HandlerContext. getConnection()
OAuthConnectionDescriptor
TokenStorageQueryResult.TokenAndContext. getConnection()
OAuthConnectionDescriptor
BaseOAuthAuthentication. getSuitableConnection()
OAuthConnectionDescriptor
BaseOAuthAuthentication. 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 void
ConnectionCallback. acceptIfPossible(OAuthConnectionDescriptor connection, BiConsumer<OAuthConnectionDescriptor,ConnectionCallback> action)
protected void
BaseOAuthAuthentication. afterNewUserCreated(SUser createdUser, OAuthConnectionDescriptor connection, String accessToken)
OAuthToken
IssueTokenService. alterTokenAccessibleEntities(SUser user, OAuthConnectionDescriptor connection, OAuthToken token, List<String> accessibleEntities)
Boolean
OAuthProvider.CapabilityResolver. apply(OAuthConnectionDescriptor connectionDescriptor, ConnectionCapability capability)
OAuthToken
OAuthProvider. applyAccessibleEntities(SUser user, OAuthConnectionDescriptor connection, OAuthToken token, List<String> accessibleEntities)
Apply the requested accessible entities restriction to the token.String
UniqueRedirectService. buildRedirectPathForConnection(OAuthConnectionDescriptor connection)
Builds the unique redirect path for the given connection if the connection supports unique redirects.String
UniqueRedirectService. buildRedirectUrlForConnection(OAuthConnectionDescriptor connection)
Builds the redirect URL for the given OAuth connection.protected OAuthFlow.OAuthResult
BaseAccessTokenController. completeOAuth(OAuthConnectionDescriptor descriptor, javax.servlet.http.HttpServletRequest request)
OAuthFlow.OAuthResult
OAuthFlow. completeOAuth(OAuthConnectionDescriptor opb, javax.servlet.http.HttpServletRequest request, String redirectUri)
boolean
OAuthProvider. connectionHasCapability(OAuthConnectionDescriptor connectionDescriptor, ConnectionCapability capability)
boolean
OAuthProvider. connectionIsHidden(OAuthConnectionDescriptor connection)
String
OAuthProvider. describeConnection(OAuthConnectionDescriptor connection)
String
OAuthProvider. describeConnectionForUI(OAuthConnectionDescriptor connection)
Will be combined with getAdditionalUIConnectionDescription return valueprotected abstract org.springframework.web.servlet.ModelAndView
OAuthPopupControllerBase. 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.String
OAuthProvider. getAdditionalUIConnectionDescription(OAuthConnectionDescriptor connection)
Will not be escaped, and so should not include any unvalidated user inputBufferedImage
AvatarProvider. getAvatar(SUser user, OAuthConnectionDescriptor connection, String accessToken)
String
UniqueRedirectService. 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 String
BaseOAuthAuthentication. getRedirectPath(OAuthConnectionDescriptor connection)
protected String
BaseAccessTokenController. getRedirectToOAuthProvider(OAuthConnectionDescriptor descriptor, Map<String,String> stateParameters, String scope)
protected String
BaseOAuthAuthentication. getRedirectUri(OAuthConnectionDescriptor connection)
String
OAuthRedirectUrlExtension. getRedirectUrl(OAuthConnectionDescriptor connectionDescriptor)
protected String
OAuthPopupControllerBase. getScope(OAuthConnectionDescriptor opb)
Deprecated.please implementOAuthPopupControllerBase.getScope(OAuthConnectionDescriptor, TokenIntent)
insteadprotected String
OAuthPopupControllerBase. getScope(OAuthConnectionDescriptor opb, TokenIntent tokenIntent)
String
OAuthProvider. getScope(OAuthConnectionDescriptor connectionDescriptor, String defaultScope)
String
OAuthProvider. getScopeForIntent(OAuthConnectionDescriptor connection, TokenIntent intent)
Returns the provider-specific OAuth scope to request for the given token intent.String
OAuthProvider. 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.UserData
OAuthFlow. getUserData(OAuthConnectionDescriptor opb, String token, javax.servlet.http.HttpServletRequest request)
String
OAuthFlow. getUserLink(OAuthConnectionDescriptor opb, String username)
boolean
OAuthProvider. isAcquiringTokenSupportedForConnection(OAuthConnectionDescriptor connection)
Whether acquiring tokens is supported using this connection in particular.void
ConnectionCallback. onSubProjectSetup(OAuthConnectionDescriptor connection, SProject newProject)
Called when a subproject is in the process of being set up, which is derived from a connection.protected String
BaseOAuthAuthentication. performAuthChecks(OAuthFlow.OAuthResult oAuthResult, Map<String,String> properties, OAuthConnectionDescriptor connection)
protected org.springframework.web.servlet.ModelAndView
OAuthPopupControllerBase. 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 OAuthToken
BaseAccessTokenController. postProcessTokenAfterIssuing(javax.servlet.http.HttpServletRequest request, Map<String,String> stateContainer, OAuthConnectionDescriptor connection, OAuthToken token)
protected OAuthPopupControllerBase.HandlerContext
OAuthPopupControllerBase. prepareContext(javax.servlet.http.HttpServletRequest request, boolean pageMode, OAuthConnectionDescriptor opb, SProject project, String showMode)
String
OAuthConnectionsManager.RedirectUrlProcessor. process(OAuthConnectionDescriptor oAuthConnectionDescriptor, String redirectUrl)
protected org.springframework.web.servlet.ModelAndView
OAuthPopupControllerBase. redirectToAccessTokenController(javax.servlet.http.HttpServletRequest request, String projectId, String connectionId, OAuthConnectionDescriptor opb, String showMode)
String
OAuthFlow. redirectToOAuthProvider(OAuthConnectionDescriptor connectionDescriptor, Map<String,String> stateParametrs, String scope, String redirectUri)
protected String
BaseAccessTokenController. redirectUri(OAuthConnectionDescriptor connectionDescriptor)
OAuthToken
OAuthProvider. refreshToken(OAuthConnectionDescriptor connection, OAuthToken token)
protected abstract void
BaseOAuthAuthentication. rememberToken(javax.servlet.http.HttpServletRequest request, SUser created, OAuthConnectionDescriptor oAuthConnectionDescriptor, OAuthFlow.OAuthResult oAuthResult)
protected org.springframework.web.servlet.ModelAndView
OAuthPopupControllerBase. startAuthCodeFlowIfNecessary(javax.servlet.http.HttpServletRequest request, String projectId, String connectionId, OAuthConnectionDescriptor opb, String showMode)
String
OAuthConnectionsManager. 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 void
ConnectionCallback. 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 OAuthConnectionDescriptor
AzureDevOpsAccessTokenController.AzureDevOpsError. getOAuthConnection()
Methods in jetbrains.buildServer.serverSide.oauth.azuredevops with parameters of type OAuthConnectionDescriptor Modifier and Type Method Description OAuthFlow.OAuthResult
AzureDevOpsOAuth. completeOAuth(OAuthConnectionDescriptor opb, javax.servlet.http.HttpServletRequest request, String redirectUri)
String
AzureDevOpsOAuthProvider. describeConnection(OAuthConnectionDescriptor connection)
JsonAccountsResponse
AzureDevOpsClient. getAccounts(OAuthConnectionDescriptor connectionDescriptor, String accessToken)
String
AzureDevOpsClient. getAuthorizeUrl(OAuthConnectionDescriptor connectionDescriptor)
BufferedImage
AzureDevOpsAvatarProvider. getAvatar(SUser user, OAuthConnectionDescriptor connection, String accessToken)
String
AzureDevOpsClient. getClientId(OAuthConnectionDescriptor connectionDescriptor)
List<AzureDevOpsRepository>
AzureDevOpsClient. getRepositories(OAuthConnectionDescriptor connectionDescriptor, String accessToken)
String
AzureDevOpsOAuthProvider. getScope(OAuthConnectionDescriptor connectionDescriptor, String defaultScope)
JsonAccessTokenResponse
AzureDevOpsClient. getToken(OAuthConnectionDescriptor opb, String code, String redirectUri)
String
AzureDevOpsOAuthProvider. getTokenStorageId(OAuthConnectionDescriptor connection)
String
AzureDevOpsClient. getTokenUrl(OAuthConnectionDescriptor connectionDescriptor)
Map<String,String>
AzureDevOpsOAuthProvider. getTokenUsageParamsForVcsRoot(OAuthConnectionDescriptor connection, OAuthToken token)
OAuthFlow.UserData
AzureDevOpsOAuth. getUserData(OAuthConnectionDescriptor opb, String token, javax.servlet.http.HttpServletRequest request)
String
AzureDevOpsOAuth. getUserLink(OAuthConnectionDescriptor opb, String username)
JsonUserProfileResponse
AzureDevOpsClient. getUserProfile(OAuthConnectionDescriptor connectionDescriptor, String accessToken)
protected String
AzureDevOpsAuthentication. performAuthChecks(OAuthFlow.OAuthResult oAuthResult, Map<String,String> properties, OAuthConnectionDescriptor connection)
protected org.springframework.web.servlet.ModelAndView
AzureDevOpsGetTokenPopupController. postProcessAfterToken(javax.servlet.http.HttpServletRequest request, SProject project, OAuthConnectionDescriptor connection, org.springframework.web.servlet.ModelAndView modelAndView, OAuthToken token)
String
AzureDevOpsOAuth. redirectToOAuthProvider(OAuthConnectionDescriptor connectionDescriptor, Map<String,String> stateParametrs, String scope, String redirectUri)
OAuthToken
AzureDevOpsAuthentication. refreshToken(SUser created, OAuthConnectionDescriptor connectionDescriptor, OAuthToken token)
JsonAccessTokenResponse
AzureDevOpsClient. refreshToken(OAuthConnectionDescriptor connectionDescriptor, RefreshableToken token, String redirectUri)
OAuthToken
AzureDevOpsOAuthProvider. refreshToken(OAuthConnectionDescriptor connection, OAuthToken token)
protected void
AzureDevOpsAuthentication. 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 OAuthConnectionDescriptor
BitBucketAccessTokenController.BitBucketError. getOAuthConnection()
Methods in jetbrains.buildServer.serverSide.oauth.bitbucket with parameters of type OAuthConnectionDescriptor Modifier and Type Method Description OAuthFlow.OAuthResult
BitBucketOAuth. completeOAuth(OAuthConnectionDescriptor opb, javax.servlet.http.HttpServletRequest request, String redirectUri)
String
BitBucketOAuthProvider. describeConnection(OAuthConnectionDescriptor connection)
BufferedImage
BitBucketAvatarProvider. getAvatar(SUser user, OAuthConnectionDescriptor connection, String accessToken)
String
BitBucketOAuthProvider. getTokenStorageId(OAuthConnectionDescriptor connection)
OAuthFlow.UserData
BitBucketOAuth. getUserData(OAuthConnectionDescriptor opb, String token, javax.servlet.http.HttpServletRequest request)
String
BitBucketOAuth. getUserLink(OAuthConnectionDescriptor opb, String username)
protected String
BitBucketAuthentication. performAuthChecks(OAuthFlow.OAuthResult oAuthResult, Map<String,String> properties, OAuthConnectionDescriptor connection)
protected org.springframework.web.servlet.ModelAndView
GetTokenPopupController. postProcessAfterToken(javax.servlet.http.HttpServletRequest request, SProject project, OAuthConnectionDescriptor connection, org.springframework.web.servlet.ModelAndView modelAndView, OAuthToken token)
String
BitBucketOAuth. redirectToOAuthProvider(OAuthConnectionDescriptor oAuthConnectionDescriptor, Map<String,String> stateParametrs, String scope, String redirectUri)
protected String
BitBucketOAuthProvider. redirectUri(OAuthConnectionDescriptor connectionDescriptor)
OAuthToken
BitBucketOAuthProvider. refreshToken(OAuthConnectionDescriptor connection, OAuthToken token)
protected void
BitBucketAuthentication. 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 OAuthConnectionDescriptor
GitHubAccessTokenController.GitHubError. getOAuthConnection()
Methods in jetbrains.buildServer.serverSide.oauth.github with parameters of type OAuthConnectionDescriptor Modifier and Type Method Description OAuthFlow.OAuthResult
GitHubOAuth. completeOAuth(OAuthConnectionDescriptor opb, javax.servlet.http.HttpServletRequest request, String redirectUrl)
String
GHEOAuthProvider. describeConnection(OAuthConnectionDescriptor connection)
String
GitHubOAuthProvider. describeConnection(OAuthConnectionDescriptor connection)
BufferedImage
GitHubAvatarProvider. getAvatar(SUser user, OAuthConnectionDescriptor connection, String accessToken)
GitHubAppInstallation
GitHubAppInstallationProviderExtension. getInstallation(OAuthConnectionDescriptor connection)
protected String
GitHubAuthentication.BaseGitHubAuthentication. getRedirectPath(OAuthConnectionDescriptor connection)
List<GitHubRepositoryGroup>
GitHubRepositoriesService. getRepositories(RefreshableToken curOAuthToken, OAuthConnectionDescriptor opb)
String
GitHubOAuthProviderBase. getScopeForIntent(OAuthConnectionDescriptor connection, TokenIntent intent)
String
GHEOAuthProvider. getTokenStorageId(OAuthConnectionDescriptor connection)
String
GitHubOAuthProvider. getTokenStorageId(OAuthConnectionDescriptor connection)
OAuthFlow.UserData
GitHubOAuth. getUserData(OAuthConnectionDescriptor opb, String token, javax.servlet.http.HttpServletRequest request)
String
GitHubOAuth. getUserLink(OAuthConnectionDescriptor opb, String username)
List<org.eclipse.egit.github.core.User>
GitHubOAuth. getUserOrgs(String accessToken, OAuthConnectionDescriptor connectionDescriptor)
protected String
GitHubAuthentication.BaseGitHubAuthentication. performAuthChecks(OAuthFlow.OAuthResult oAuthResult, Map<String,String> properties, OAuthConnectionDescriptor connection)
String
GitHubOAuth. redirectToOAuthProvider(OAuthConnectionDescriptor connectionDescriptor, Map<String,String> stateParametrs, String scope, String redirectUri)
protected void
GitHubAuthentication.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 OAuthConnectionDescriptor
GitLabError. getOAuthConnection()
Methods in jetbrains.buildServer.serverSide.oauth.gitlab with parameters of type OAuthConnectionDescriptor Modifier and Type Method Description OAuthFlow.OAuthResult
GitLabOAuth. completeOAuth(OAuthConnectionDescriptor opb, javax.servlet.http.HttpServletRequest request, String redirectUrl)
String
GitLabComOAuthProvider. describeConnection(OAuthConnectionDescriptor connection)
BufferedImage
GitLabAvatarProvider. getAvatar(SUser user, OAuthConnectionDescriptor connection, String accessToken)
static String
GitLabComOAuthProvider. getClientId(OAuthConnectionDescriptor connectionDescriptor)
static String
GitLabComOAuthProvider. getClientSecret(OAuthConnectionDescriptor connectionDescriptor)
protected String
GitLabAuthentication.BaseGitLabAuthentication. getRedirectPath(OAuthConnectionDescriptor connection)
String
GitLabClient. getRedirectUri(OAuthConnectionDescriptor connectionDescriptor)
String
GitLabClientImpl. getRedirectUri(OAuthConnectionDescriptor connectionDescriptor)
static String
GitLabComOAuthProvider. getServerUrl(OAuthConnectionDescriptor connectionDescriptor)
String
GitLabComOAuthProvider. getTokenStorageId(OAuthConnectionDescriptor connection)
Map<String,String>
GitLabComOAuthProvider. getTokenUsageParamsForVcsRoot(OAuthConnectionDescriptor connection, OAuthToken token)
OAuthFlow.UserData
GitLabOAuth. getUserData(OAuthConnectionDescriptor opb, String token, javax.servlet.http.HttpServletRequest request)
List<JsonGroup>
GitLabOAuth. getUserGroups(String token, OAuthConnectionDescriptor connection)
String
GitLabOAuth. getUserLink(OAuthConnectionDescriptor opb, String username)
protected String
GitLabAuthentication.BaseGitLabAuthentication. performAuthChecks(OAuthFlow.OAuthResult oAuthResult, Map<String,String> properties, OAuthConnectionDescriptor connection)
protected org.springframework.web.servlet.ModelAndView
GetTokenPopupController. postProcessAfterToken(javax.servlet.http.HttpServletRequest request, SProject project, OAuthConnectionDescriptor connection, org.springframework.web.servlet.ModelAndView modelAndView, OAuthToken token)
String
GitLabOAuth. redirectToOAuthProvider(OAuthConnectionDescriptor connectionDescriptor, Map<String,String> stateParametrs, String scope, String redirectUri)
OAuthToken
GitLabComOAuthProvider. refreshToken(OAuthConnectionDescriptor connection, OAuthToken token)
protected void
GitLabAuthentication.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.OAuthResult
GoogleOAuth. completeOAuth(OAuthConnectionDescriptor connectionDescriptor, javax.servlet.http.HttpServletRequest request, String redirectUrl)
String
GoogleOAuthProvider. describeConnection(OAuthConnectionDescriptor connection)
BufferedImage
GoogleAvatarProvider. getAvatar(SUser user, OAuthConnectionDescriptor connection, String accessToken)
String
GoogleOAuthProvider. getTokenStorageId(OAuthConnectionDescriptor connection)
OAuthFlow.UserData
GoogleOAuth. getUserData(OAuthConnectionDescriptor connectionDescriptor, String token, javax.servlet.http.HttpServletRequest request)
String
GoogleOAuth. getUserLink(OAuthConnectionDescriptor connectionDescriptor, String username)
protected String
GoogleAuthentication. performAuthChecks(OAuthFlow.OAuthResult oAuthResult, Map<String,String> properties, OAuthConnectionDescriptor connection)
String
GoogleOAuth. redirectToOAuthProvider(OAuthConnectionDescriptor connectionDescriptor, Map<String,String> stateParametrs, String scope, String redirectUri)
protected void
GoogleAuthentication. 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 OAuthConnectionDescriptor
GoogleError. 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 OAuthConnectionDescriptor
SpaceProjectDeducer.ProjectAndConnection. getConnection()
OAuthConnectionDescriptor
SpaceProjectDeducer.ProjectAndConnectionWithParent. getConnection()
OAuthConnectionDescriptor
SpaceAuthentication. 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 String
SpaceLinkBuilder. buildForCodeReview(OAuthConnectionDescriptor connection, String projectKey, String reviewId)
Builda URL for users to view code reviews and merge requests.String
SpaceLinkBuilder. buildForRepository(OAuthConnectionDescriptor connection, String projectKey, String repository)
Builds a URL for users to view a Space repository.OAuthFlow.OAuthResult
SpaceOAuth. completeOAuth(OAuthConnectionDescriptor connectionDescriptor, javax.servlet.http.HttpServletRequest request, String redirectUrl)
boolean
SpaceOAuthProvider. connectionIsHidden(OAuthConnectionDescriptor connection)
String
SpaceOAuthProvider. describeConnection(OAuthConnectionDescriptor connection)
String
SpaceOAuthProvider. describeConnectionForUI(OAuthConnectionDescriptor connection)
SpaceService.ConnectionType
SpaceService. determineConnectionType(OAuthConnectionDescriptor connection)
protected org.springframework.web.servlet.ModelAndView
SpaceOAuthPopupControllerBase. doWithToken(OAuthToken curOAuthToken, OAuthConnectionDescriptor opb, org.springframework.web.servlet.ModelAndView modelAndView, String vcsType)
protected org.springframework.web.servlet.ModelAndView
SpaceShowProjectsController. doWithToken(OAuthToken curOAuthToken, OAuthConnectionDescriptor opb, org.springframework.web.servlet.ModelAndView modelAndView, String vcsType)
protected org.springframework.web.servlet.ModelAndView
SpaceShowRepositoriesController. doWithToken(OAuthToken curOAuthToken, OAuthConnectionDescriptor opb, org.springframework.web.servlet.ModelAndView modelAndView, String vcsType)
static SpaceProjectDeducer.Deduction
SpaceProjectDeducer.Deduction. error(SProject targetProject, OAuthConnectionDescriptor targetConnection)
protected void
SpaceOAuthPopupControllerBase. fillFallbackModel(Map<String,Object> model, OAuthConnectionDescriptor connection, OAuthToken curOAuthToken)
protected void
SpaceShowProjectsController. fillFallbackModel(Map<String,Object> model, OAuthConnectionDescriptor connection, OAuthToken curOAuthToken)
protected void
SpaceShowRepositoriesController. 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.String
SpaceOAuthProvider. getAdditionalUIConnectionDescription(OAuthConnectionDescriptor connection)
String
SpaceService. getApplicationAuthorizationsUrl(OAuthConnectionDescriptor connection)
BufferedImage
SpaceAvatarProvider. getAvatar(SUser user, OAuthConnectionDescriptor connection, String accessToken)
protected org.springframework.web.servlet.ModelAndView
SpaceOAuthPopupControllerBase. getFallbackModelForPending(org.springframework.web.servlet.ModelAndView modelAndView, OAuthConnectionDescriptor connection, OAuthToken curOAuthToken)
SpaceService.PendingConnectionType
SpaceService. getPendingConnectionType(OAuthConnectionDescriptor connection)
protected String
SpaceShowProjectsController. getScope(OAuthConnectionDescriptor opb, TokenIntent ignored)
String
SpaceOAuthProvider. getScopeForIntent(OAuthConnectionDescriptor connection, TokenIntent intent)
String
SpaceOAuthProvider. getTokenStorageId(OAuthConnectionDescriptor connection)
Map<String,String>
SpaceOAuthProvider. getTokenUsageParamsForVcsRoot(OAuthConnectionDescriptor connection, OAuthToken token)
OAuthFlow.UserData
SpaceOAuth. getUserData(OAuthConnectionDescriptor connectionDescriptor, String token, javax.servlet.http.HttpServletRequest request)
String
SpaceOAuth. getUserLink(OAuthConnectionDescriptor connectionDescriptor, String username)
void
SpaceTemporaryConnectionCallback. onSubProjectSetup(OAuthConnectionDescriptor connection, SProject newProject)
protected org.springframework.web.servlet.ModelAndView
SpaceGetTokenPopupController. postProcessAfterToken(javax.servlet.http.HttpServletRequest request, SProject project, OAuthConnectionDescriptor connection, org.springframework.web.servlet.ModelAndView modelAndView, OAuthToken token)
protected org.springframework.web.servlet.ModelAndView
SpaceShowProjectsController. postProcessAfterToken(javax.servlet.http.HttpServletRequest request, SProject project, OAuthConnectionDescriptor connection, org.springframework.web.servlet.ModelAndView modelAndView, OAuthToken token)
protected org.springframework.web.servlet.ModelAndView
SpaceOAuthPopupControllerBase. redirectToAccessTokenController(javax.servlet.http.HttpServletRequest request, String projectId, String connectionId, OAuthConnectionDescriptor opb, String showMode)
String
SpaceOAuth. redirectToOAuthProvider(OAuthConnectionDescriptor connectionDescriptor, Map<String,String> stateParametrs, String scope, String redirectUri)
protected String
SpaceOAuthProvider. redirectUri(OAuthConnectionDescriptor connectionDescriptor)
OAuthToken
SpaceOAuthProvider. refreshToken(OAuthConnectionDescriptor connection, OAuthToken token)
protected void
SpaceAuthentication. rememberToken(javax.servlet.http.HttpServletRequest request, SUser created, OAuthConnectionDescriptor connection, OAuthFlow.OAuthResult oAuthResult)
static SpaceProjectDeducer.Deduction
SpaceProjectDeducer.Deduction. suggestBuildCreation(SProject targetProject, OAuthConnectionDescriptor organizationConnection, OAuthConnectionDescriptor projectConnection)
static SpaceProjectDeducer.Deduction
SpaceProjectDeducer.Deduction. suggestBuildCreationOnManual(SProject targetProject, OAuthConnectionDescriptor manualConnection)
static SpaceProjectDeducer.Deduction
SpaceProjectDeducer.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 Boolean
ApplicationInformationCapabilityResolver. 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 OAuthConnectionDescriptor
SpaceError. 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 OAuthConnectionDescriptor
TfsAccessTokenController.TfsError. getOAuthConnection()
Methods in jetbrains.buildServer.serverSide.oauth.tfs with parameters of type OAuthConnectionDescriptor Modifier and Type Method Description OAuthToken
AccessTokenProvider. completeAuthorization(OAuthConnectionDescriptor connection, long userId, String code)
OAuthToken
TfsAccessTokenProvider. completeAuthorization(OAuthConnectionDescriptor connection, long userId, String code)
String
TfsAuthProvider. describeConnection(OAuthConnectionDescriptor connection)
String
AccessTokenProvider. getAuthorizeUrl(OAuthConnectionDescriptor connection, String state, String scope)
String
TfsAccessTokenProvider. getAuthorizeUrl(OAuthConnectionDescriptor connection, String state, String scope)
OAuthToken
AccessTokenProvider. getUpdatedToken(OAuthConnectionDescriptor connection, OAuthToken token)
OAuthToken
TfsAccessTokenProvider. 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 VcsInformationProvider
VcsInformationManager. createProvider(OAuthConnectionDescriptor connectionDescriptor, OAuthToken token)
Creates a VCS information provider that corresponds to the connection tyopeVcsInformationProvider
VcsInformationManagerImpl. createProvider(OAuthConnectionDescriptor connectionDescriptor, OAuthToken token)
VcsInformationProvider
VcsInformationService. 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 VcsInformationProvider
BitBucketVcsInformationService. 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 VcsInformationProvider
GitHubVcsInformationService. 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 VcsInformationProvider
GitLabVcsInfromationService. createProvider(OAuthConnectionDescriptor connectionDescriptor, OAuthToken token)
-