org.tranche.users
Class UserZipFileUtil

java.lang.Object
  extended by org.tranche.users.UserZipFileUtil

public class UserZipFileUtil
extends java.lang.Object

A utility for creating and using user zip files.

Author:
Bryan E. Smith, James "Augie" Hill - augman85@gmail.com

Constructor Summary
UserZipFileUtil()
           
 
Method Summary
static UserZipFile getUserZipFile(java.lang.String username, java.lang.String passphrase)
          Log in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserZipFileUtil

public UserZipFileUtil()
Method Detail

getUserZipFile

public static UserZipFile getUserZipFile(java.lang.String username,
                                         java.lang.String passphrase)
                                  throws InvalidSignInException,
                                         java.lang.Exception

Log in. Sends an HTTP POST to the Log In URL to retrieve a valid UserZipFile.

Parameters:
username -
passphrase -
Returns:
Throws:
InvalidSignInException
java.lang.Exception


This code is free for use both commercially and non-commercially as stated in the project's license