Method Summary |
|
public void | addPrincipal(String principal) This method adds the principal to the list of principals. |
public String | getPassword() This method retrieves the password value held within. |
public Set | getPrincipals() This method retrieves the list of principals from within the user data
object. |
public UserSession | getUser() This method returns the reference to the user object. |
public String | getUsername() This method retrieves the username value for the user. |
public boolean | isInitialized() This method will return TRUE if this object has been initialized. |
public void | setPassword(String password) Set the password value assigned to this user object. |
public void | setUsername(String username) This method sets the username to the value supplied. |