org.jclouds.oauth.v2.filters
Class OAuthAuthenticator
java.lang.Object
org.jclouds.oauth.v2.filters.OAuthAuthenticator
- All Implemented Interfaces:
- org.jclouds.http.HttpRequestFilter
@Singleton
public class OAuthAuthenticator
- extends Object
- implements org.jclouds.http.HttpRequestFilter
To be used by client applications to embed an OAuth authentication in their REST requests.
TODO when we're able to use the OAuthAuthentication an this should be used automatically
- Author:
- David Alves
|
Method Summary |
org.jclouds.http.HttpRequest |
filter(org.jclouds.http.HttpRequest request)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filter
public org.jclouds.http.HttpRequest filter(org.jclouds.http.HttpRequest request)
throws org.jclouds.http.HttpException
- Specified by:
filter in interface org.jclouds.http.HttpRequestFilter
- Throws:
org.jclouds.http.HttpException
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.