public class DynamicTokenEndpoint
extends org.springframework.security.oauth2.provider.endpoint.TokenEndpoint
| 构造器和说明 |
|---|
DynamicTokenEndpoint() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.http.ResponseEntity<org.springframework.security.oauth2.common.OAuth2AccessToken> |
getAccessToken(Principal principal,
Map<String,String> parameters) |
org.springframework.http.ResponseEntity<org.springframework.security.oauth2.common.OAuth2AccessToken> |
postAccessToken(Principal principal,
Map<String,String> parameters) |
getClientId, handleClientRegistrationException, handleException, handleException, handleHttpRequestMethodNotSupportedException, setAllowedRequestMethods, setOAuth2RequestValidatorafterPropertiesSet, getClientDetailsService, getDefaultOAuth2RequestFactory, getExceptionTranslator, getOAuth2RequestFactory, getTokenGranter, setClientDetailsService, setOAuth2RequestFactory, setProviderExceptionHandler, setTokenGranter@RequestMapping(value="/oauth/token",
method=GET)
public org.springframework.http.ResponseEntity<org.springframework.security.oauth2.common.OAuth2AccessToken> getAccessToken(Principal principal,
@RequestParam
Map<String,String> parameters)
throws org.springframework.web.HttpRequestMethodNotSupportedException
getAccessToken 在类中 org.springframework.security.oauth2.provider.endpoint.TokenEndpointorg.springframework.web.HttpRequestMethodNotSupportedException@RequestMapping(value="/oauth/token",
method=POST)
public org.springframework.http.ResponseEntity<org.springframework.security.oauth2.common.OAuth2AccessToken> postAccessToken(Principal principal,
@RequestParam
Map<String,String> parameters)
postAccessToken 在类中 org.springframework.security.oauth2.provider.endpoint.TokenEndpointCopyright © 2019. All rights reserved.