eu.monnetproject.lemon.impl
Class HttpAuthenticate

java.lang.Object
  extended by eu.monnetproject.lemon.impl.HttpAuthenticate

public class HttpAuthenticate
extends Object

Author:
John McCrae

Method Summary
static InputStream connectAuthenticate(URL url, String username, String password)
           
static InputStream postAuthenticate(URL url, String username, String password, Map<String,String> parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

connectAuthenticate

public static InputStream connectAuthenticate(URL url,
                                              String username,
                                              String password)
                                       throws IOException
Throws:
IOException

postAuthenticate

public static InputStream postAuthenticate(URL url,
                                           String username,
                                           String password,
                                           Map<String,String> parameters)
                                    throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.