Class AuthnQueryType
java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.RequestAbstractType
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.SubjectQueryAbstractType
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.AuthnQueryType
Java class for AuthnQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthnQueryType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}SubjectQueryAbstractType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:protocol}RequestedAuthnContext" minOccurs="0"/> </sequence> <attribute name="SessionIndex" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.SubjectQueryAbstractType
subject
Fields inherited from class org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.RequestAbstractType
consent, destination, extensions, id, issueInstant, issuer, signature, version
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the requestedAuthnContext property.Gets the value of the sessionIndex property.void
Sets the value of the requestedAuthnContext property.void
setSessionIndex
(String value) Sets the value of the sessionIndex property.Methods inherited from class org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.SubjectQueryAbstractType
getSubject, setSubject
Methods inherited from class org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.RequestAbstractType
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setSignature, setVersion
-
Field Details
-
requestedAuthnContext
-
sessionIndex
-
-
Constructor Details
-
AuthnQueryType
public AuthnQueryType()
-
-
Method Details
-
getRequestedAuthnContext
Gets the value of the requestedAuthnContext property.- Returns:
- possible object is
RequestedAuthnContextType
-
setRequestedAuthnContext
Sets the value of the requestedAuthnContext property.- Parameters:
value
- allowed object isRequestedAuthnContextType
-
getSessionIndex
Gets the value of the sessionIndex property.- Returns:
- possible object is
String
-
setSessionIndex
Sets the value of the sessionIndex property.- Parameters:
value
- allowed object isString
-