Uses of Class
jetbrains.buildServer.serverSide.oauth.OAuthException
-
-
Uses of OAuthException in jetbrains.buildServer.serverSide.oauth
Subclasses of OAuthException in jetbrains.buildServer.serverSide.oauth Modifier and Type Class Description classAuthorizationFailedExceptionMethods in jetbrains.buildServer.serverSide.oauth that throw OAuthException Modifier and Type Method Description OAuthFlow.OAuthResultOAuthFlow. completeOAuth(OAuthConnectionDescriptor opb, javax.servlet.http.HttpServletRequest request, String redirectUri) -
Uses of OAuthException in jetbrains.buildServer.serverSide.oauth.azuredevops
Methods in jetbrains.buildServer.serverSide.oauth.azuredevops that throw OAuthException Modifier and Type Method Description OAuthFlow.OAuthResultAzureDevOpsOAuth. completeOAuth(OAuthConnectionDescriptor opb, javax.servlet.http.HttpServletRequest request, String redirectUri)JsonAccountsResponseAzureDevOpsClient. getAccounts(OAuthConnectionDescriptor connectionDescriptor, String accessToken)List<AzureDevOpsRepository>AzureDevOpsClient. getRepositories(OAuthConnectionDescriptor connectionDescriptor, String accessToken)JsonAccessTokenResponseAzureDevOpsClient. getToken(OAuthConnectionDescriptor opb, String code, String redirectUri)JsonUserProfileResponseAzureDevOpsClient. getUserProfile(OAuthConnectionDescriptor connectionDescriptor, String accessToken)JsonAccessTokenResponseAzureDevOpsClient. refreshToken(OAuthConnectionDescriptor connectionDescriptor, RefreshableToken token, String redirectUri) -
Uses of OAuthException in jetbrains.buildServer.serverSide.oauth.bitbucket
Methods in jetbrains.buildServer.serverSide.oauth.bitbucket that throw OAuthException Modifier and Type Method Description OAuthFlow.OAuthResultBitBucketOAuth. completeOAuth(OAuthConnectionDescriptor opb, javax.servlet.http.HttpServletRequest request, String redirectUri) -
Uses of OAuthException in jetbrains.buildServer.serverSide.oauth.github
Methods in jetbrains.buildServer.serverSide.oauth.github that throw OAuthException Modifier and Type Method Description OAuthFlow.OAuthResultGitHubOAuth. completeOAuth(OAuthConnectionDescriptor opb, javax.servlet.http.HttpServletRequest request, String redirectUrl)StringGitHubOAuth. redirectToOAuthProvider(OAuthConnectionDescriptor connectionDescriptor, Map<String,String> stateParametrs, String scope, String redirectUri) -
Uses of OAuthException in jetbrains.buildServer.serverSide.oauth.gitlab
Methods in jetbrains.buildServer.serverSide.oauth.gitlab that throw OAuthException Modifier and Type Method Description OAuthFlow.OAuthResultGitLabOAuth. completeOAuth(OAuthConnectionDescriptor opb, javax.servlet.http.HttpServletRequest request, String redirectUrl)StringGitLabOAuth. redirectToOAuthProvider(OAuthConnectionDescriptor connectionDescriptor, Map<String,String> stateParametrs, String scope, String redirectUri) -
Uses of OAuthException in jetbrains.buildServer.serverSide.oauth.google
Methods in jetbrains.buildServer.serverSide.oauth.google that throw OAuthException Modifier and Type Method Description OAuthFlow.OAuthResultGoogleOAuth. completeOAuth(OAuthConnectionDescriptor connectionDescriptor, javax.servlet.http.HttpServletRequest request, String redirectUrl) -
Uses of OAuthException in jetbrains.buildServer.serverSide.oauth.space
Subclasses of OAuthException in jetbrains.buildServer.serverSide.oauth.space Modifier and Type Class Description classSpaceInvalidClientExceptionMethods in jetbrains.buildServer.serverSide.oauth.space that throw OAuthException Modifier and Type Method Description OAuthFlow.OAuthResultSpaceOAuth. completeOAuth(OAuthConnectionDescriptor connectionDescriptor, javax.servlet.http.HttpServletRequest request, String redirectUrl)
-