com.pcbsys.nirvana.client.nCloudUserAuthentication Class Reference
Created by IntelliJ IDEA. More...
Inheritance diagram for com.pcbsys.nirvana.client.nCloudUserAuthentication:

Public Member Functions | |
| nCloudUserAuthentication (String username, String password, String virtualrealmID) throws IOException | |
| Construct the authentication with as user name, password and the URL of the authenticating Nirvana plugin. | |
Detailed Description
Created by IntelliJ IDEA.User: krital Date: Dec 30, 2010 Time: 11:37:09 AM To change this template use File | Settings | File Templates.
Constructor & Destructor Documentation
| com.pcbsys.nirvana.client.nCloudUserAuthentication.nCloudUserAuthentication | ( | String | username, | |
| String | password, | |||
| String | virtualrealmID | |||
| ) | throws IOException |
Construct the authentication with as user name, password and the URL of the authenticating Nirvana plugin.
- Parameters:
-
username the username to be authenticated password the password to use for authentication virtualrealmID the virtual realm ID of the cloud instance you are authenticating against.
- Exceptions:
-
IOException thrown should there be any problems authenticating or accessing the url
