@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T15:06:01.124Z") public class ApiUser2 extends Object
Constructor and Description |
---|
ApiUser2() |
Modifier and Type | Method and Description |
---|---|
ApiUser2 |
addAuthRolesItem(ApiAuthRoleRef authRolesItem) |
ApiUser2 |
authRoles(List<ApiAuthRoleRef> authRoles) |
boolean |
equals(Object o) |
List<ApiAuthRoleRef> |
getAuthRoles()
A list of ApiAuthRole that this user possesses.
|
String |
getName()
The username, which is unique within a Cloudera Manager installation.
|
String |
getPassword()
Returns the user password.
|
String |
getPwHash()
NOTE: Only available in the \"export\" view
|
Boolean |
getPwLogin()
NOTE: Only available in the \"export\" view
|
Integer |
getPwSalt()
NOTE: Only available in the \"export\" view
|
int |
hashCode() |
ApiUser2 |
name(String name) |
ApiUser2 |
password(String password) |
ApiUser2 |
pwHash(String pwHash) |
ApiUser2 |
pwLogin(Boolean pwLogin) |
ApiUser2 |
pwSalt(Integer pwSalt) |
void |
setAuthRoles(List<ApiAuthRoleRef> authRoles) |
void |
setName(String name) |
void |
setPassword(String password) |
void |
setPwHash(String pwHash) |
void |
setPwLogin(Boolean pwLogin) |
void |
setPwSalt(Integer pwSalt) |
String |
toString() |
public String getName()
public void setName(String name)
public String getPassword()
public void setPassword(String password)
public ApiUser2 authRoles(List<ApiAuthRoleRef> authRoles)
public ApiUser2 addAuthRolesItem(ApiAuthRoleRef authRolesItem)
public List<ApiAuthRoleRef> getAuthRoles()
public void setAuthRoles(List<ApiAuthRoleRef> authRoles)
public String getPwHash()
public void setPwHash(String pwHash)
public Integer getPwSalt()
public void setPwSalt(Integer pwSalt)
public Boolean getPwLogin()
public void setPwLogin(Boolean pwLogin)
Copyright © 2021. All rights reserved.