org.rometools.propono.atom.client
Class GDataAuthStrategy

java.lang.Object
  extended by org.rometools.propono.atom.client.GDataAuthStrategy
All Implemented Interfaces:
AuthStrategy

public class GDataAuthStrategy
extends Object
implements AuthStrategy


Constructor Summary
GDataAuthStrategy(String email, String password, String service)
           
 
Method Summary
 void addAuthentication(org.apache.commons.httpclient.HttpClient httpClient, org.apache.commons.httpclient.HttpMethodBase method)
          Add authentication credenticals, tokens, etc. to HTTP method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GDataAuthStrategy

public GDataAuthStrategy(String email,
                         String password,
                         String service)
                  throws ProponoException
Throws:
ProponoException
Method Detail

addAuthentication

public void addAuthentication(org.apache.commons.httpclient.HttpClient httpClient,
                              org.apache.commons.httpclient.HttpMethodBase method)
                       throws ProponoException
Description copied from interface: AuthStrategy
Add authentication credenticals, tokens, etc. to HTTP method

Specified by:
addAuthentication in interface AuthStrategy
Throws:
ProponoException


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