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
-
public class AuthnQueryType extends SubjectQueryAbstractType
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 Modifier and Type Field Description protected RequestedAuthnContextTyperequestedAuthnContextprotected StringsessionIndex-
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
Constructors Constructor Description AuthnQueryType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestedAuthnContextTypegetRequestedAuthnContext()Gets the value of the requestedAuthnContext property.StringgetSessionIndex()Gets the value of the sessionIndex property.voidsetRequestedAuthnContext(RequestedAuthnContextType value)Sets the value of the requestedAuthnContext property.voidsetSessionIndex(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 Detail
-
requestedAuthnContext
protected RequestedAuthnContextType requestedAuthnContext
-
sessionIndex
protected String sessionIndex
-
-
Method Detail
-
getRequestedAuthnContext
public RequestedAuthnContextType getRequestedAuthnContext()
Gets the value of the requestedAuthnContext property.- Returns:
- possible object is
RequestedAuthnContextType
-
setRequestedAuthnContext
public void setRequestedAuthnContext(RequestedAuthnContextType value)
Sets the value of the requestedAuthnContext property.- Parameters:
value- allowed object isRequestedAuthnContextType
-
getSessionIndex
public String getSessionIndex()
Gets the value of the sessionIndex property.- Returns:
- possible object is
String
-
-