public class PentahoUser extends Object implements org.pentaho.platform.api.engine.security.userroledao.IPentahoUser
PentahoRole,
Serialized Form| Constructor and Description |
|---|
PentahoUser(org.pentaho.platform.api.engine.security.userroledao.IPentahoUser userToCopy)
Copy constructor
|
PentahoUser(org.pentaho.platform.api.mt.ITenant tenant,
String username,
String password,
String description,
boolean enabled) |
PentahoUser(String username) |
PentahoUser(String username,
String password,
String description,
boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getPassword() |
org.pentaho.platform.api.mt.ITenant |
getTenant() |
String |
getUsername() |
int |
hashCode() |
boolean |
isEnabled() |
void |
setDescription(String description) |
void |
setEnabled(boolean enabled) |
void |
setPassword(String password) |
String |
toString() |
public PentahoUser(String username)
public PentahoUser(String username, String password, String description, boolean enabled)
public PentahoUser(org.pentaho.platform.api.mt.ITenant tenant,
String username,
String password,
String description,
boolean enabled)
public PentahoUser(org.pentaho.platform.api.engine.security.userroledao.IPentahoUser userToCopy)
public String getUsername()
getUsername in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUserpublic org.pentaho.platform.api.mt.ITenant getTenant()
getTenant in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUserpublic String getPassword()
getPassword in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUserpublic void setPassword(String password)
setPassword in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUserpublic boolean isEnabled()
isEnabled in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUserpublic void setEnabled(boolean enabled)
setEnabled in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUserpublic String getDescription()
getDescription in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUserpublic void setDescription(String description)
setDescription in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUser