This project has retired. For details please refer to its
Attic page .
JLoginUser (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.modules.actions
Class JLoginUser
java.lang.Object
org.apache.turbine.modules.Assembler
org.apache.turbine.modules.Action
org.apache.turbine.modules.ActionEvent
org.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
Fields inherited from class org.apache.turbine.modules.ActionEvent
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX
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
JLoginUser
public JLoginUser ()
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.