login

java.lang.Boolean login(java.lang.String username,
                        java.lang.String password)
Log in to CCC.

 

Parameters:
username - The user's username.
password - The user's password.
Returns:
True if the login fails, false otherwise.

isLoggedIn

java.lang.Boolean isLoggedIn()
Determine if a user is associated with the current session.

 

Returns:
True if a user is associated, false otherwise.

logout

void logout()
Log out from the current session.

 


readAllProperties

java.lang.String readAllProperties()
Read the properties for the session.

 

Returns:
The properties as a string.