org.openprivacy.reptile.actions
Class Login

java.lang.Object
  |
  +--org.openprivacy.reptile.actions.Login
All Implemented Interfaces:
Action

public class Login
extends java.lang.Object
implements Action

Class whose overall purpose is to login to Repile.

Version:
$Id: Login.java,v 1.8 2001/09/23 01:06:56 burton Exp $
Author:
Kevin A. Burton

Constructor Summary
Login()
           
 
Method Summary
 ActionDirective perform(ParameterPasser params, javax.servlet.http.HttpSession session)
          perform handles logging into Reptile.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Login

public Login()
Method Detail

perform

public ActionDirective perform(ParameterPasser params,
                               javax.servlet.http.HttpSession session)
                        throws java.lang.Exception
perform handles logging into Reptile.

Specified by:
perform in interface Action
Throws:
java.lang.Exception - if an error occurs