public interface IPentahoUser extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getPassword() |
ITenant |
getTenant() |
String |
getUsername() |
boolean |
isEnabled() |
void |
setDescription(String description) |
void |
setEnabled(boolean enabled) |
void |
setPassword(String password) |
String getUsername()
ITenant getTenant()
String getPassword()
void setPassword(String password)
boolean isEnabled()
void setEnabled(boolean enabled)
String getDescription()
void setDescription(String description)