public class GetSAMLTokenFromShibRequest 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="ShibAssert" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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 |
shibAssert |
| Constructor and Description |
|---|
GetSAMLTokenFromShibRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplication()
Gets the value of the application property.
|
String |
getShibAssert()
Gets the value of the shibAssert property.
|
void |
setApplication(String value)
Sets the value of the application property.
|
void |
setShibAssert(String value)
Sets the value of the shibAssert property.
|
public String getShibAssert()
Stringpublic void setShibAssert(String value)
value - allowed object is
Stringpublic String getApplication()
StringCopyright © 2012 Computer-Aided Engineering, University of Wisconsin-Madison. All Rights Reserved.