com.atlassian.crowd.security.demo.action.user
Class AddUser

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.atlassian.crowd.security.demo.action.BaseAction
          extended by com.atlassian.crowd.security.demo.action.user.AddUser
All Implemented Interfaces:
com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, com.uwyn.rife.continuations.ContinuableObject, Serializable, Cloneable

public class AddUser
extends BaseAction

See Also:
Serialized Form

Field Summary
protected  boolean active
           
protected  String email
           
protected  String firstname
           
protected  String lastname
           
protected  String name
           
protected  String password
           
protected  String passwordConfirm
           
 
Fields inherited from class com.atlassian.crowd.security.demo.action.BaseAction
authenticated, crowdClient, crowdHttpAuthenticator, logger, remoteUser, tab
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
AddUser()
           
 
Method Summary
 String doDefault()
           
 String doUpdate()
           
protected  void doValidation()
           
 String getEmail()
           
 String getFirstname()
           
 String getLastname()
           
 String getName()
           
 String getPassword()
           
 String getPasswordConfirm()
           
 User getUser()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setEmail(String email)
           
 void setFirstname(String firstname)
           
 void setLastname(String lastname)
           
 void setName(String name)
           
 void setPassword(String password)
           
 void setPasswordConfirm(String passwordConfirm)
           
 
Methods inherited from class com.atlassian.crowd.security.demo.action.BaseAction
getCrowdClient, getCrowdHttpAuthenticator, getDisplayName, getRemoteUser, getSession, getTab, isAuthenticated, setCrowdClient, setCrowdHttpAuthenticator, setTab
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

password

protected String password

passwordConfirm

protected String passwordConfirm

firstname

protected String firstname

lastname

protected String lastname

email

protected String email

active

protected boolean active
Constructor Detail

AddUser

public AddUser()
Method Detail

doDefault

public String doDefault()
Overrides:
doDefault in class BaseAction

doUpdate

public String doUpdate()

doValidation

protected void doValidation()

getUser

public User getUser()

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

getEmail

public String getEmail()

setEmail

public void setEmail(String email)

getFirstname

public String getFirstname()

setFirstname

public void setFirstname(String firstname)

getLastname

public String getLastname()

setLastname

public void setLastname(String lastname)

getName

public String getName()

setName

public void setName(String name)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getPasswordConfirm

public String getPasswordConfirm()

setPasswordConfirm

public void setPasswordConfirm(String passwordConfirm)


Copyright © 2013 Atlassian. All Rights Reserved.