public class LoginUser extends Action
Modifier and Type | Field and Description |
---|---|
static String |
CGI_PASSWORD
CGI Parameter for the password
|
static String |
CGI_USERNAME
CGI Parameter for the user name
|
CACHE_SIZE_DEFAULT, CACHE_SIZE_KEY, NAME, PREFIX
Constructor and Description |
---|
LoginUser() |
Modifier and Type | Method and Description |
---|---|
void |
doPerform(PipelineData pipelineData)
Updates the user's LastLogin timestamp, sets their state to
"logged in" and calls RunData.setUser() .
|
getRunData
public static final String CGI_USERNAME
public static final String CGI_PASSWORD
public LoginUser()
public void doPerform(PipelineData pipelineData) throws org.apache.fulcrum.security.util.FulcrumSecurityException
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.