Set the logon username of this user, which must be unique within the scope of a UserDatabase. @param username The new logon username
(String username)
| 106 | * @param username The new logon username |
| 107 | */ |
| 108 | void setUsername(String username); |
| 109 | |
| 110 | |
| 111 | // --------------------------------------------------------- Public Methods |