| vars.UserAccount |
Known Indirect Subclasses
|
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | PASSWORD_DEFAULT | Description of the Field | |||||||||
| String | PROP_AFFILIATION | ||||||||||
| String | PROP_FIRST_NAME | ||||||||||
| String | PROP_LAST_NAME | ||||||||||
| String | PROP_PASSWORD | ||||||||||
| String | PROP_ROLE | ||||||||||
| String | PROP_USER_NAME | ||||||||||
| String | USERNAME_DEFAULT | Description of the Field | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the password for this
UserAccount. | |||||||||||
Gets the KB Maint
Role for this UserAccount. | |||||||||||
Gets the user name for this
UserAccount. | |||||||||||
Sets the password for this
UserAccount. | |||||||||||
Sets the permissible
Role for this UserAccount. | |||||||||||
Sets the username for this
UserAccount. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
vars.VARSObject
| |||||||||||
Description of the Field
Description of the Field
Gets the password for this UserAccount.
UserAccount.
Gets the KB Maint Role for this UserAccount.
Role for this UserAccount.
Gets the user name for this UserAccount.
UserAccount.
Sets the password for this UserAccount.
| unencryptedPassword | The password for this UserAccount. Implementations
of this method should encrypt the passwrd
|
|---|
Sets the permissible Role for this UserAccount.
| role | The role to set. |
|---|
Sets the username for this UserAccount.
| userName | The new userName value |
|---|