public class GetSAMLTokenFromUsernamePasswordRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="loginname" type="{http://caeauth.cae.wisc.edu/ws/messages}caeloginType"/>
<element name="password" type="{http://caeauth.cae.wisc.edu/ws/messages}passwordType"/>
<element name="application" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
application |
protected String |
loginname |
protected String |
password |
| Constructor and Description |
|---|
GetSAMLTokenFromUsernamePasswordRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplication()
Gets the value of the application property.
|
String |
getLoginname()
Gets the value of the loginname property.
|
String |
getPassword()
Gets the value of the password property.
|
void |
setApplication(String value)
Sets the value of the application property.
|
void |
setLoginname(String value)
Sets the value of the loginname property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
protected String loginname
protected String password
protected String application
public GetSAMLTokenFromUsernamePasswordRequest()
public String getLoginname()
Stringpublic void setLoginname(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getApplication()
StringCopyright © 2012 Computer-Aided Engineering, University of Wisconsin-Madison. All Rights Reserved.