kieker.webgui.web.beans.request.user
Class AbstractUserBean
java.lang.Object
kieker.webgui.web.beans.request.user.AbstractUserBean
- Direct Known Subclasses:
- EditUserBean, EditUserPasswordBean, NewUserBean
public abstract class AbstractUserBean
- extends Object
This is the abstract base for the other request scoped user beans.
- Author:
- Nils Christian Ehmke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractUserBean
public AbstractUserBean()
- Default constructor.
initialize
@PostConstruct
public void initialize()
- This method initializes some fields of the object. Do not call this method manually. It will only be accessed by Spring.
getRole
public Role getRole()
setRole
public void setRole(Role role)
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
isActive
public boolean isActive()
setActive
public void setActive(boolean active)
Copyright © 2015. All rights reserved.