java.lang.Object | |
↳ | vars.jpa.UserAccountImpl |
Class description
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
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 |
---|