Package org.serviceconnector.web
Class WebCredentials
java.lang.Object
org.serviceconnector.web.WebCredentials
The Class WebCredentials.
-
Constructor Summary
ConstructorsConstructorDescriptionWebCredentials(String userId, String password) Instantiates a new web credentials. -
Method Summary
-
Constructor Details
-
WebCredentials
Instantiates a new web credentials.- Parameters:
userId- the user idpassword- the password
-
-
Method Details
-
getUserId
Gets the user id.- Returns:
- the user id
-
getPassword
Gets the password.- Returns:
- the password
-
clear
public void clear()
-