net.sf.ginp.commands
Class Logon

java.lang.Object
  extended by net.sf.ginp.commands.Logon
All Implemented Interfaces:
Command

public class Logon
extends java.lang.Object
implements Command

Class to perform user authentication command and set model state based on authentication result.

Version:
$Revision: 264 $
Author:
Doug Culnane

Constructor Summary
Logon()
           
 
Method Summary
 void action(GinpModel model, java.util.Vector params)
          Perform user authentication action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logon

public Logon()
Method Detail

action

public void action(GinpModel model,
                   java.util.Vector params)
Perform user authentication action.

Specified by:
action in interface Command
Parameters:
model - Description of the Parameter
params - Description of the Parameter


Copyright © 2004-2007 null. All Rights Reserved.