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

构造方法摘要
DefaultClientAuthenticationHandler()
           
 
方法摘要
 void authenticateTokenRequest(OAuth2ProtectedResourceDetails resource, org.springframework.util.MultiValueMap<String,String> form, org.springframework.http.HttpHeaders headers)
          Authenticate a token request.
 
从类 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.