public interface ClientAuthenticationHandler
OAuth2Accessor.getClientAuthenticationType() See ://tools.ietf.org/html/draft-ietf-oauth-v2-21#section-2.3
Enables injection of new Client Authentication schemes into the system.
If a geClientAuthenticationType() matches a
OAuth2Accessor.getClientAuthenticationType() it will be invoked for the outbound request
to the service provider.
By default "Basic" and "STANDARD" (client_id and client_secret added to request parameters) are
supported.| Modifier and Type | Method and Description |
|---|---|
OAuth2HandlerError |
addOAuth2Authentication(HttpRequest request,
OAuth2Accessor accessor)
Handler implementation will modify request as necessary.
|
String |
geClientAuthenticationType() |
OAuth2HandlerError addOAuth2Authentication(HttpRequest request, OAuth2Accessor accessor)
request - accessor - OAuth2HandlerErrorString geClientAuthenticationType()
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.