Uses of Class
com.atlassian.confluence.oauth2.OAuth2Exception
-
Packages that use OAuth2Exception Package Description com.atlassian.confluence.impl.oauth2 com.atlassian.confluence.oauth2 -
-
Uses of OAuth2Exception in com.atlassian.confluence.impl.oauth2
Methods in com.atlassian.confluence.impl.oauth2 that throw OAuth2Exception Modifier and Type Method Description String
DefaultOAuth2Service. completeOAuth2Flow(javax.servlet.http.HttpSession session, String oAuthProviderId)
com.atlassian.oauth2.client.api.storage.token.ClientTokenEntity
DefaultOAuth2Service. getToken(String tokenId)
-
Uses of OAuth2Exception in com.atlassian.confluence.oauth2
Methods in com.atlassian.confluence.oauth2 that throw OAuth2Exception Modifier and Type Method Description String
OAuth2Service. completeOAuth2Flow(javax.servlet.http.HttpSession session, String oAuthProviderId)
Completes the OAuth flow for the specified Provider and generates a token if successful.com.atlassian.oauth2.client.api.storage.token.ClientTokenEntity
OAuth2Service. getToken(String tokenId)
-