public class PentahoUser extends Object implements org.pentaho.platform.api.engine.security.userroledao.IPentahoUser
PentahoRole
,
Serialized FormConstructor 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.IPentahoUser
public org.pentaho.platform.api.mt.ITenant getTenant()
getTenant
in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUser
public String getPassword()
getPassword
in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUser
public void setPassword(String password)
setPassword
in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUser
public boolean isEnabled()
isEnabled
in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUser
public void setEnabled(boolean enabled)
setEnabled
in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUser
public String getDescription()
getDescription
in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUser
public void setDescription(String description)
setDescription
in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUser