Uses of Interface
org.jclouds.oauth.v2.filters.OAuthAuthenticationFilter

Packages that use OAuthAuthenticationFilter
org.jclouds.oauth.v2.config   
org.jclouds.oauth.v2.filters   
 

Uses of OAuthAuthenticationFilter in org.jclouds.oauth.v2.config
 

Methods in org.jclouds.oauth.v2.config that return OAuthAuthenticationFilter
protected  OAuthAuthenticationFilter OAuthModule.authenticationFilterForCredentialType(CredentialType credentialType, OAuthAuthenticator serviceAccountAuth, BearerTokenAuthenticator bearerTokenAuth)
           
 

Uses of OAuthAuthenticationFilter in org.jclouds.oauth.v2.filters
 

Classes in org.jclouds.oauth.v2.filters that implement OAuthAuthenticationFilter
 class BearerTokenAuthenticator
           
 class OAuthAuthenticator
          To be used by client applications to embed an OAuth authentication in their REST requests.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.