Class WebCredentials

java.lang.Object
org.serviceconnector.web.WebCredentials

public class WebCredentials extends Object
The Class WebCredentials.
  • Constructor Details

    • WebCredentials

      public WebCredentials(String userId, String password)
      Instantiates a new web credentials.
      Parameters:
      userId - the user id
      password - the password
  • Method Details

    • getUserId

      public String getUserId()
      Gets the user id.
      Returns:
      the user id
    • getPassword

      public String getPassword()
      Gets the password.
      Returns:
      the password
    • clear

      public void clear()