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 StringDefaultOAuth2Service. completeOAuth2Flow(javax.servlet.http.HttpSession session, String oAuthProviderId)com.atlassian.oauth2.client.api.storage.token.ClientTokenEntityDefaultOAuth2Service. 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 StringOAuth2Service. 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.ClientTokenEntityOAuth2Service. getToken(String tokenId) 
 -