Methods Summary |
---|
public java.lang.String | getPassword()Gets the password for this credential
return password;
|
public java.lang.String | getRealm()Gets the realm for this credential
return realm;
|
public java.lang.String | getUserName()Gets the user name for this credential
return userName;
|
public void | setPassword(java.lang.String password)Sets the password for this credential
this.password = password;
|
public void | setRealm(java.lang.String realm)Sets the realm for this credential
this.realm = realm;
|
public void | setUserName(java.lang.String userName)Sets the user name for this credential
this.userName = userName;
|