类 org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException
的使用

使用 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   
 

org.springframework.security.oauth2.client.tokenOAuth2AccessDeniedException 的使用
 

抛出 OAuth2AccessDeniedExceptionorg.springframework.security.oauth2.client.token 中的方法
protected  OAuth2AccessToken OAuth2AccessTokenSupport.retrieveToken(org.springframework.util.MultiValueMap<String,String> form, org.springframework.http.HttpHeaders headers, OAuth2ProtectedResourceDetails resource)
           
 

org.springframework.security.oauth2.client.token.grant.clientOAuth2AccessDeniedException 的使用
 

抛出 OAuth2AccessDeniedExceptionorg.springframework.security.oauth2.client.token.grant.client 中的方法
 OAuth2AccessToken ClientCredentialsAccessTokenProvider.obtainAccessToken(OAuth2ProtectedResourceDetails details, AccessTokenRequest request)
           
 

org.springframework.security.oauth2.client.token.grant.codeOAuth2AccessDeniedException 的使用
 

抛出 OAuth2AccessDeniedExceptionorg.springframework.security.oauth2.client.token.grant.code 中的方法
 OAuth2AccessToken AuthorizationCodeAccessTokenProvider.obtainAccessToken(OAuth2ProtectedResourceDetails details, AccessTokenRequest request)
           
 String AuthorizationCodeAccessTokenProvider.obtainAuthorizationCode(OAuth2ProtectedResourceDetails details, AccessTokenRequest request)
           
 OAuth2AccessToken AuthorizationCodeAccessTokenProvider.refreshAccessToken(OAuth2ProtectedResourceDetails resource, OAuth2RefreshToken refreshToken, AccessTokenRequest request)
           
 

org.springframework.security.oauth2.client.token.grant.implicitOAuth2AccessDeniedException 的使用
 

抛出 OAuth2AccessDeniedExceptionorg.springframework.security.oauth2.client.token.grant.implicit 中的方法
 OAuth2AccessToken ImplicitAccessTokenProvider.obtainAccessToken(OAuth2ProtectedResourceDetails details, AccessTokenRequest request)
           
 

org.springframework.security.oauth2.client.token.grant.passwordOAuth2AccessDeniedException 的使用
 

抛出 OAuth2AccessDeniedExceptionorg.springframework.security.oauth2.client.token.grant.password 中的方法
 OAuth2AccessToken ResourceOwnerPasswordAccessTokenProvider.obtainAccessToken(OAuth2ProtectedResourceDetails details, AccessTokenRequest request)
           
 OAuth2AccessToken ResourceOwnerPasswordAccessTokenProvider.refreshAccessToken(OAuth2ProtectedResourceDetails resource, OAuth2RefreshToken refreshToken, AccessTokenRequest request)
           
 



Copyright © 2013. All rights reserved.