Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.jetspeed.modules.actions
Class CreateNewUserAndConfirm  view CreateNewUserAndConfirm download CreateNewUserAndConfirm.java

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

public class CreateNewUserAndConfirm
extends org.apache.turbine.modules.Action

Changes made by the NMRShiftDB developers group: added the following user attributes - title - address - city - state - zip code - country - webpage - affiliation S.Krause - 20.02.2002


Constructor Summary
CreateNewUserAndConfirm()
           
 
Method Summary
private  void bypassConfirmMail(org.apache.turbine.util.RunData data, java.lang.String username, java.lang.String password)
          bypassConfirmMail allows configurations to bypass sending the confirmation email The new user is logged on and then redirected to the home page
protected  void createUser(org.apache.turbine.om.security.User user, org.apache.turbine.util.RunData data)
          createUser creates a new user.
 void doPerform(org.apache.turbine.util.RunData data)
          Description of the Method
 
Methods inherited from class org.apache.turbine.modules.Action
perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateNewUserAndConfirm

public CreateNewUserAndConfirm()
Method Detail

doPerform

public void doPerform(org.apache.turbine.util.RunData data)
               throws java.lang.Exception
Description of the Method


createUser

protected void createUser(org.apache.turbine.om.security.User user,
                          org.apache.turbine.util.RunData data)
                   throws java.lang.Exception
createUser creates a new user. Subclasses can override this method - adding additional user property settings as needed. The default implementation does nothing.


bypassConfirmMail

private void bypassConfirmMail(org.apache.turbine.util.RunData data,
                               java.lang.String username,
                               java.lang.String password)
bypassConfirmMail allows configurations to bypass sending the confirmation email The new user is logged on and then redirected to the home page