public class BasicAuthData extends AbstractAuthData
<complexType name="BasicAuthData"> <complexContent> <extension base="{commonbnd.xmi}AbstractAuthData"> <attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="userId" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
password |
protected java.lang.String |
userId |
extensions, href, id, idref, label, type, uuid, version
Constructor and Description |
---|
BasicAuthData() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPassword()
Gets the value of the password property.
|
java.lang.String |
getUserId()
Gets the value of the userId property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password property.
|
void |
setUserId(java.lang.String value)
Sets the value of the userId property.
|
getExtensions, getHref, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersion
public java.lang.String getPassword()
String
public void setPassword(java.lang.String value)
value
- allowed object is String
public java.lang.String getUserId()
String
public void setUserId(java.lang.String value)
value
- allowed object is String