org.springframework.security.oauth2.client.token.auth
类 DefaultClientAuthenticationHandler
java.lang.Object
org.springframework.security.oauth2.client.token.auth.DefaultClientAuthenticationHandler
- 所有已实现的接口:
- ClientAuthenticationHandler
public class DefaultClientAuthenticationHandler
- extends Object
- implements ClientAuthenticationHandler
Default implementation of the client authentication handler.
- 作者:
- Ryan Heaton, Dave Syer
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultClientAuthenticationHandler
public DefaultClientAuthenticationHandler()
authenticateTokenRequest
public void authenticateTokenRequest(OAuth2ProtectedResourceDetails resource,
org.springframework.util.MultiValueMap<String,String> form,
org.springframework.http.HttpHeaders headers)
- 从接口
ClientAuthenticationHandler 复制的描述
- Authenticate a token request.
- 指定者:
- 接口
ClientAuthenticationHandler 中的 authenticateTokenRequest
- 参数:
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.