org.springframework.security.oauth2.client.token.auth
Class DefaultClientAuthenticationHandler
java.lang.Object
org.springframework.security.oauth2.client.token.auth.DefaultClientAuthenticationHandler
- All Implemented Interfaces:
- ClientAuthenticationHandler
public class DefaultClientAuthenticationHandler
- extends Object
- implements ClientAuthenticationHandler
Default implementation of the client authentication handler.
- Author:
- Ryan Heaton, Dave Syer
| Methods inherited from class 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)
- Description copied from interface:
ClientAuthenticationHandler
- Authenticate a token request.
- Specified by:
authenticateTokenRequest in interface ClientAuthenticationHandler
- Parameters:
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.