public class CBUser extends Object
| Modifier and Type | Field and Description |
|---|---|
List<CBAccount> |
accounts |
String |
email |
String |
first_name |
String |
id
Unique identifier of the user.
|
String |
last_name |
String |
name
This is the login ID, a short token without any whitespace, any special characters, etc.
|
PartiallyCreatedUser |
partially_created
This field is set by the server when you create an user
with incomplete information, to indicate that the user was partially created and the rest of the registration
needs to be completed by the user before the account becomes fully usable.
|
String |
password |
List<String> |
roles |
List<CBSshKey> |
ssh_keys |
| Constructor and Description |
|---|
CBUser() |
public String first_name
public String last_name
public String email
public String name
public String password
public String id
public PartiallyCreatedUser partially_created
public CBUser createAccount(String name) throws IOException
IOExceptionpublic void delete()
throws IOException
IOExceptionpublic CBUser update() throws IOException
IOExceptionCopyright © 2011-2015. All Rights Reserved.