public class PentahoUser extends Object implements IPentahoUser
PentahoRole,
Serialized Form| Modifier | Constructor and Description |
|---|---|
protected |
PentahoUser() |
|
PentahoUser(IPentahoUser userToCopy)
Copy constructor
|
|
PentahoUser(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() |
ITenant |
getTenant() |
String |
getUsername() |
int |
hashCode() |
boolean |
isEnabled() |
void |
setDescription(String description) |
void |
setEnabled(boolean enabled) |
void |
setPassword(String password) |
String |
toString() |
protected PentahoUser()
public PentahoUser(String username)
public PentahoUser(String username, String password, String description, boolean enabled)
public PentahoUser(ITenant tenant, String username, String password, String description, boolean enabled)
public PentahoUser(IPentahoUser userToCopy)
public String getUsername()
getUsername in interface IPentahoUserpublic ITenant getTenant()
getTenant in interface IPentahoUserpublic String getPassword()
getPassword in interface IPentahoUserpublic void setPassword(String password)
setPassword in interface IPentahoUserpublic boolean isEnabled()
isEnabled in interface IPentahoUserpublic void setEnabled(boolean enabled)
setEnabled in interface IPentahoUserpublic String getDescription()
getDescription in interface IPentahoUserpublic void setDescription(String description)
setDescription in interface IPentahoUserCopyright © 2017 Hitachi Vantara. All rights reserved.