org.apache.jetspeed.modules.actions
Class JLoginUser

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
      extended byorg.apache.turbine.modules.Action
          extended byorg.apache.turbine.modules.ActionEvent
              extended byorg.apache.jetspeed.modules.actions.JLoginUser

public class JLoginUser
extends org.apache.turbine.modules.ActionEvent

This class is responsible for logging a user into the system. It is also responsible for making sure that the user has been marked as confirmed. If the user is not marked as confirmed, then it will show them the confirmation from.

Version:
$Id: JLoginUser.java,v 1.41 2004/08/29 22:31:49 jford Exp $
Author:
Mark Orciuch

Field Summary
 
Fields inherited from class org.apache.turbine.modules.ActionEvent
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX
 
Constructor Summary
JLoginUser()
           
 
Method Summary
 void doPerform(org.apache.turbine.util.RunData rundata)
           
 void doReminder(org.apache.turbine.util.RunData rundata)
          called when the password reminder button is pressed.
 
Methods inherited from class org.apache.turbine.modules.ActionEvent
executeEvents, formatString, perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JLoginUser

public JLoginUser()
Method Detail

doReminder

public void doReminder(org.apache.turbine.util.RunData rundata)
                throws java.lang.Exception
called when the password reminder button is pressed. sends a user their password

Throws:
java.lang.Exception

doPerform

public void doPerform(org.apache.turbine.util.RunData rundata)
               throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.