public interface UsernamePasswordCredentials extends Credentials
The following features are supported:
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Returns the value of the 'Password' attribute.
|
String |
getUsername()
Returns the value of the 'Username' attribute.
|
void |
setPassword(String value)
Sets the value of the '
Password ' attribute. |
void |
setUsername(String value)
Sets the value of the '
Username ' attribute. |
String getUsername()
If the meaning of the 'Username' attribute isn't clear, there really should be more of a description here...
setUsername(String)
,
WorldPackage.getUsernamePasswordCredentials_Username()
void setUsername(String value)
Username
' attribute.
value
- the new value of the 'Username' attribute.getUsername()
String getPassword()
If the meaning of the 'Password' attribute isn't clear, there really should be more of a description here...
setPassword(String)
,
WorldPackage.getUsernamePasswordCredentials_Password()
void setPassword(String value)
Password
' attribute.
value
- the new value of the 'Password' attribute.getPassword()