|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.identity.federation.saml.v2.profiles.sso.ecp.RequestType
public class RequestType
Java class for RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Issuer"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:protocol}IDPList" minOccurs="0"/>
</sequence>
<attribute ref="{http://schemas.xmlsoap.org/soap/envelope/}mustUnderstand use="required""/>
<attribute ref="{http://schemas.xmlsoap.org/soap/envelope/}actor use="required""/>
<attribute name="ProviderName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="IsPassive" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
actor
|
protected IDPListType |
idpList
|
protected java.lang.Boolean |
isPassive
|
protected NameIDType |
issuer
|
protected java.lang.Boolean |
mustUnderstand
|
protected java.lang.String |
providerName
|
| Constructor Summary | |
|---|---|
RequestType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getActor()
Gets the value of the actor property. |
IDPListType |
getIDPList()
Gets the value of the idpList property. |
NameIDType |
getIssuer()
Gets the value of the issuer property. |
java.lang.String |
getProviderName()
Gets the value of the providerName property. |
java.lang.Boolean |
isIsPassive()
Gets the value of the isPassive property. |
java.lang.Boolean |
isMustUnderstand()
Gets the value of the mustUnderstand property. |
void |
setActor(java.lang.String value)
Sets the value of the actor property. |
void |
setIDPList(IDPListType value)
Sets the value of the idpList property. |
void |
setIsPassive(java.lang.Boolean value)
Sets the value of the isPassive property. |
void |
setIssuer(NameIDType value)
Sets the value of the issuer property. |
void |
setMustUnderstand(java.lang.Boolean value)
Sets the value of the mustUnderstand property. |
void |
setProviderName(java.lang.String value)
Sets the value of the providerName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected NameIDType issuer
protected IDPListType idpList
protected java.lang.Boolean mustUnderstand
protected java.lang.String actor
protected java.lang.String providerName
protected java.lang.Boolean isPassive
| Constructor Detail |
|---|
public RequestType()
| Method Detail |
|---|
public NameIDType getIssuer()
NameIDTypepublic void setIssuer(NameIDType value)
value - allowed object is
NameIDTypepublic IDPListType getIDPList()
IDPListTypepublic void setIDPList(IDPListType value)
value - allowed object is
IDPListTypepublic java.lang.Boolean isMustUnderstand()
Stringpublic void setMustUnderstand(java.lang.Boolean value)
value - allowed object is
Stringpublic java.lang.String getActor()
Stringpublic void setActor(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProviderName()
Stringpublic void setProviderName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isIsPassive()
Booleanpublic void setIsPassive(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||