Log in and log out of the Address Manager system.
You must use an API user account to access the Address Manager API.
To log in, use the following method, passing the API user name and
password:
login( String name, String password )
To log out, use the following method:
logout();