kieker.webgui.web.beans.request.user
Class NewUserBean

java.lang.Object
  extended by kieker.webgui.web.beans.request.user.AbstractUserBean
      extended by kieker.webgui.web.beans.request.user.NewUserBean

@Component
@Scope(value="request")
public final class NewUserBean
extends AbstractUserBean

This simple Spring managed bean is request scoped and can be used to store the necessary data for a new user during a request. It should not be used, for example, to deliver a list containing the available user within the system. For such cases you should use User instead.

Author:
Nils Christian Ehmke

Constructor Summary
NewUserBean()
          Creates a new instance of this bean and initializes it with default values.
 
Method Summary
 javax.faces.component.UIComponent getMessageTarget()
           
 String getPassword()
           
 void setMessageTarget(javax.faces.component.UIComponent messageTarget)
           
 void setPassword(String password)
           
 
Methods inherited from class kieker.webgui.web.beans.request.user.AbstractUserBean
getRole, getUsername, initialize, isActive, setActive, setRole, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewUserBean

public NewUserBean()
Creates a new instance of this bean and initializes it with default values. Do not use this constructor. This bean is Spring managed.

Method Detail

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getMessageTarget

public javax.faces.component.UIComponent getMessageTarget()

setMessageTarget

public void setMessageTarget(javax.faces.component.UIComponent messageTarget)


Copyright © 2015. All rights reserved.