|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.turbine.modules.Assembler
org.apache.turbine.modules.Action
org.apache.turbine.modules.actions.LoginUser
public class LoginUser
This is where we authenticate the user logging into the system against a user in the database. If the user exists in the database that users last login time will be updated.
| Field Summary | |
|---|---|
static java.lang.String |
CGI_PASSWORD
Deprecated. CGI Parameter for the password |
static java.lang.String |
CGI_USERNAME
Deprecated. CGI Parameter for the user name |
| Constructor Summary | |
|---|---|
LoginUser()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
doPerform(PipelineData pipelineData)
Deprecated. Updates the user's LastLogin timestamp, sets their state to "logged in" and calls RunData.setUser() . |
void |
doPerform(RunData data)
Deprecated. Updates the user's LastLogin timestamp, sets their state to "logged in" and calls RunData.setUser() . |
| Methods inherited from class org.apache.turbine.modules.Action |
|---|
perform, perform |
| Methods inherited from class org.apache.turbine.modules.Assembler |
|---|
getRunData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CGI_USERNAME
public static final java.lang.String CGI_PASSWORD
| Constructor Detail |
|---|
public LoginUser()
| Method Detail |
|---|
public void doPerform(RunData data)
throws TurbineSecurityException
doPerform in class Actiondata - Turbine information.
TurbineSecurityException - could not get instance of the
anonymous user
public void doPerform(PipelineData pipelineData)
throws TurbineSecurityException
doPerform in class ActionpipelineData - Turbine information.
TurbineSecurityException - could not get instance of the
anonymous user
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||