org.springframework.security.oauth2.client.token.auth
接口 ClientAuthenticationHandler
- 所有已知实现类:
- DefaultClientAuthenticationHandler
public interface ClientAuthenticationHandler
Logic for handling client authentication.
- 作者:
- Ryan Heaton, Dave Syer
authenticateTokenRequest
void authenticateTokenRequest(OAuth2ProtectedResourceDetails resource,
org.springframework.util.MultiValueMap<String,String> form,
org.springframework.http.HttpHeaders headers)
- Authenticate a token request.
- 参数:
resource - The resource for which to authenticate a request.form - The form that is being submitted as the token request.headers - The request headers to be submitted.
Copyright © 2013. All rights reserved.