public interface UserAccount
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UserAccount.Info
Info object for user accounts.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the name of the account.
|
Map<String,String> |
getProperties()
Get the properties associated with this account
|
String |
getVersion()
What Tatool version was this user created with.
|
boolean |
isPasswordProtected()
Is this account password protected ?
|
void |
setName(String name)
Set the name of the account.
|
Copyright © 2012. All Rights Reserved.