Uses of Interface
org.rometools.propono.atom.client.AuthStrategy

Packages that use AuthStrategy
org.rometools.propono.atom.client   
 

Uses of AuthStrategy in org.rometools.propono.atom.client
 

Classes in org.rometools.propono.atom.client that implement AuthStrategy
 class BasicAuthStrategy
           
 class GDataAuthStrategy
           
 class NoAuthStrategy
          No authentication
 class OAuthStrategy
          Strategy for using OAuth.
 

Methods in org.rometools.propono.atom.client with parameters of type AuthStrategy
static ClientAtomService AtomClientFactory.getAtomService(String uri, AuthStrategy authStrategy)
          Create AtomService by reading service doc from Atom Server.
static ClientCollection AtomClientFactory.getCollection(String uri, AuthStrategy authStrategy)
          Create ClientCollection bound to URI.
 



Copyright © 2007-2013 ROME Project. All Rights Reserved.