@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T08:08:48+02:00", comments="JAXB RI v2.2.11") public class AuthnRequest extends RequestAbstractType implements Serializable
Java class for AuthnRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthnRequestType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Subject" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:protocol}NameIDPolicy" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Conditions" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:protocol}RequestedAuthnContext" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:protocol}Scoping" minOccurs="0"/>
</sequence>
<attribute name="ForceAuthn" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="IsPassive" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="ProtocolBinding" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="AssertionConsumerServiceIndex" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="AssertionConsumerServiceURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="AttributeConsumingServiceIndex" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="ProviderName" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AuthnRequest() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAssertionConsumerServiceIndex()
Gets the value of the assertionConsumerServiceIndex property.
|
String |
getAssertionConsumerServiceURL()
Gets the value of the assertionConsumerServiceURL property.
|
Integer |
getAttributeConsumingServiceIndex()
Gets the value of the attributeConsumingServiceIndex property.
|
Conditions |
getConditions()
Gets the value of the conditions property.
|
NameIDPolicy |
getNameIDPolicy()
Gets the value of the nameIDPolicy property.
|
String |
getProtocolBinding()
Gets the value of the protocolBinding property.
|
String |
getProviderName()
Gets the value of the providerName property.
|
RequestedAuthnContext |
getRequestedAuthnContext()
Gets the value of the requestedAuthnContext property.
|
Scoping |
getScoping()
Gets the value of the scoping property.
|
Subject |
getSubject()
Gets the value of the subject property.
|
Boolean |
isForceAuthn()
Gets the value of the forceAuthn property.
|
Boolean |
isIsPassive()
Gets the value of the isPassive property.
|
void |
setAssertionConsumerServiceIndex(Integer value)
Sets the value of the assertionConsumerServiceIndex property.
|
void |
setAssertionConsumerServiceURL(String value)
Sets the value of the assertionConsumerServiceURL property.
|
void |
setAttributeConsumingServiceIndex(Integer value)
Sets the value of the attributeConsumingServiceIndex property.
|
void |
setConditions(Conditions value)
Sets the value of the conditions property.
|
void |
setForceAuthn(Boolean value)
Sets the value of the forceAuthn property.
|
void |
setIsPassive(Boolean value)
Sets the value of the isPassive property.
|
void |
setNameIDPolicy(NameIDPolicy value)
Sets the value of the nameIDPolicy property.
|
void |
setProtocolBinding(String value)
Sets the value of the protocolBinding property.
|
void |
setProviderName(String value)
Sets the value of the providerName property.
|
void |
setRequestedAuthnContext(RequestedAuthnContext value)
Sets the value of the requestedAuthnContext property.
|
void |
setScoping(Scoping value)
Sets the value of the scoping property.
|
void |
setSubject(Subject value)
Sets the value of the subject property.
|
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setSignature, setVersionpublic Subject getSubject()
Subjectpublic void setSubject(Subject value)
value - allowed object is
Subjectpublic NameIDPolicy getNameIDPolicy()
NameIDPolicypublic void setNameIDPolicy(NameIDPolicy value)
value - allowed object is
NameIDPolicypublic Conditions getConditions()
Conditionspublic void setConditions(Conditions value)
value - allowed object is
Conditionspublic RequestedAuthnContext getRequestedAuthnContext()
RequestedAuthnContextpublic void setRequestedAuthnContext(RequestedAuthnContext value)
value - allowed object is
RequestedAuthnContextpublic Scoping getScoping()
Scopingpublic void setScoping(Scoping value)
value - allowed object is
Scopingpublic Boolean isForceAuthn()
Booleanpublic void setForceAuthn(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsPassive()
Booleanpublic void setIsPassive(Boolean value)
value - allowed object is
Booleanpublic String getProtocolBinding()
Stringpublic void setProtocolBinding(String value)
value - allowed object is
Stringpublic Integer getAssertionConsumerServiceIndex()
Integerpublic void setAssertionConsumerServiceIndex(Integer value)
value - allowed object is
Integerpublic String getAssertionConsumerServiceURL()
Stringpublic void setAssertionConsumerServiceURL(String value)
value - allowed object is
Stringpublic Integer getAttributeConsumingServiceIndex()
Integerpublic void setAttributeConsumingServiceIndex(Integer value)
value - allowed object is
Integerpublic String getProviderName()
String
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.