Uses of Class
org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException

Packages that use OAuth2AccessDeniedException
org.springframework.security.oauth2.client.token   
org.springframework.security.oauth2.client.token.grant.client   
org.springframework.security.oauth2.client.token.grant.code   
org.springframework.security.oauth2.client.token.grant.implicit   
org.springframework.security.oauth2.client.token.grant.password   
 

Uses of OAuth2AccessDeniedException in org.springframework.security.oauth2.client.token
 

Methods in org.springframework.security.oauth2.client.token that throw OAuth2AccessDeniedException
protected  OAuth2AccessToken OAuth2AccessTokenSupport.retrieveToken(org.springframework.util.MultiValueMap<String,String> form, org.springframework.http.HttpHeaders headers, OAuth2ProtectedResourceDetails resource)
           
 

Uses of OAuth2AccessDeniedException in org.springframework.security.oauth2.client.token.grant.client
 

Methods in org.springframework.security.oauth2.client.token.grant.client that throw OAuth2AccessDeniedException
 OAuth2AccessToken ClientCredentialsAccessTokenProvider.obtainAccessToken(OAuth2ProtectedResourceDetails details, AccessTokenRequest request)
           
 

Uses of OAuth2AccessDeniedException in org.springframework.security.oauth2.client.token.grant.code
 

Methods in org.springframework.security.oauth2.client.token.grant.code that throw OAuth2AccessDeniedException
 OAuth2AccessToken AuthorizationCodeAccessTokenProvider.obtainAccessToken(OAuth2ProtectedResourceDetails details, AccessTokenRequest request)
           
 String AuthorizationCodeAccessTokenProvider.obtainAuthorizationCode(OAuth2ProtectedResourceDetails details, AccessTokenRequest request)
           
 OAuth2AccessToken AuthorizationCodeAccessTokenProvider.refreshAccessToken(OAuth2ProtectedResourceDetails resource, OAuth2RefreshToken refreshToken, AccessTokenRequest request)
           
 

Uses of OAuth2AccessDeniedException in org.springframework.security.oauth2.client.token.grant.implicit
 

Methods in org.springframework.security.oauth2.client.token.grant.implicit that throw OAuth2AccessDeniedException
 OAuth2AccessToken ImplicitAccessTokenProvider.obtainAccessToken(OAuth2ProtectedResourceDetails details, AccessTokenRequest request)
           
 

Uses of OAuth2AccessDeniedException in org.springframework.security.oauth2.client.token.grant.password
 

Methods in org.springframework.security.oauth2.client.token.grant.password that throw OAuth2AccessDeniedException
 OAuth2AccessToken ResourceOwnerPasswordAccessTokenProvider.obtainAccessToken(OAuth2ProtectedResourceDetails details, AccessTokenRequest request)
           
 OAuth2AccessToken ResourceOwnerPasswordAccessTokenProvider.refreshAccessToken(OAuth2ProtectedResourceDetails resource, OAuth2RefreshToken refreshToken, AccessTokenRequest request)
           
 



Copyright © 2013. All rights reserved.