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 class
AuthorizationFailedException
Methods in jetbrains.buildServer.serverSide.oauth that throw OAuthException Modifier and Type Method Description OAuthFlow.OAuthResult
OAuthFlow. 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.OAuthResult
AzureDevOpsOAuth. completeOAuth(OAuthConnectionDescriptor opb, javax.servlet.http.HttpServletRequest request, String redirectUri)
JsonAccountsResponse
AzureDevOpsClient. getAccounts(OAuthConnectionDescriptor connectionDescriptor, String accessToken)
List<AzureDevOpsRepository>
AzureDevOpsClient. getRepositories(OAuthConnectionDescriptor connectionDescriptor, String accessToken)
JsonAccessTokenResponse
AzureDevOpsClient. getToken(OAuthConnectionDescriptor opb, String code, String redirectUri)
JsonUserProfileResponse
AzureDevOpsClient. getUserProfile(OAuthConnectionDescriptor connectionDescriptor, String accessToken)
JsonAccessTokenResponse
AzureDevOpsClient. 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.OAuthResult
BitBucketOAuth. 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.OAuthResult
GitHubOAuth. completeOAuth(OAuthConnectionDescriptor opb, javax.servlet.http.HttpServletRequest request, String redirectUrl)
String
GitHubOAuth. 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.OAuthResult
GitLabOAuth. completeOAuth(OAuthConnectionDescriptor opb, javax.servlet.http.HttpServletRequest request, String redirectUrl)
String
GitLabOAuth. 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.OAuthResult
GoogleOAuth. 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 class
SpaceInvalidClientException
Methods in jetbrains.buildServer.serverSide.oauth.space that throw OAuthException Modifier and Type Method Description OAuthFlow.OAuthResult
SpaceOAuth. completeOAuth(OAuthConnectionDescriptor connectionDescriptor, javax.servlet.http.HttpServletRequest request, String redirectUrl)
-