|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.saml._2_0.protocol.RequestAbstractType
oasis.names.tc.saml._2_0.protocol.SubjectQueryAbstractType
oasis.names.tc.saml._2_0.protocol.AuthnQuery
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:12:37+02:00", comments="JAXB RI v2.2.6") public class AuthnQuery
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>
Constructor Summary | |
---|---|
AuthnQuery()
|
Method Summary | |
---|---|
RequestedAuthnContext |
getRequestedAuthnContext()
Gets the value of the requestedAuthnContext property. |
String |
getSessionIndex()
Gets the value of the sessionIndex property. |
void |
setRequestedAuthnContext(RequestedAuthnContext value)
Sets the value of the requestedAuthnContext property. |
void |
setSessionIndex(String value)
Sets the value of the sessionIndex property. |
Methods inherited from class oasis.names.tc.saml._2_0.protocol.SubjectQueryAbstractType |
---|
getSubject, setSubject |
Methods inherited from class oasis.names.tc.saml._2_0.protocol.RequestAbstractType |
---|
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setSignature, setVersion |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthnQuery()
Method Detail |
---|
public RequestedAuthnContext getRequestedAuthnContext()
RequestedAuthnContext
public void setRequestedAuthnContext(RequestedAuthnContext value)
value
- allowed object is
RequestedAuthnContext
public String getSessionIndex()
String
public void setSessionIndex(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |