Class AuthnStatementType
java.lang.Object
eu.europa.esig.saml.jaxb.assertion.StatementAbstractType
eu.europa.esig.saml.jaxb.assertion.AuthnStatementType
Java class for AuthnStatementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthnStatementType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:assertion}StatementAbstractType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}SubjectLocality" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AuthnContext"/> </sequence> <attribute name="AuthnInstant" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="SessionIndex" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="SessionNotOnOrAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AuthnContextType
protected XMLGregorianCalendar
protected String
protected XMLGregorianCalendar
protected SubjectLocalityType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authnContext property.Gets the value of the authnInstant property.Gets the value of the sessionIndex property.Gets the value of the sessionNotOnOrAfter property.Gets the value of the subjectLocality property.void
setAuthnContext
(AuthnContextType value) Sets the value of the authnContext property.void
Sets the value of the authnInstant property.void
setSessionIndex
(String value) Sets the value of the sessionIndex property.void
Sets the value of the sessionNotOnOrAfter property.void
Sets the value of the subjectLocality property.
-
Field Details
-
subjectLocality
-
authnContext
-
authnInstant
-
sessionIndex
-
sessionNotOnOrAfter
-
-
Constructor Details
-
AuthnStatementType
public AuthnStatementType()
-
-
Method Details
-
getSubjectLocality
Gets the value of the subjectLocality property.- Returns:
- possible object is
SubjectLocalityType
-
setSubjectLocality
Sets the value of the subjectLocality property.- Parameters:
value
- allowed object isSubjectLocalityType
-
getAuthnContext
Gets the value of the authnContext property.- Returns:
- possible object is
AuthnContextType
-
setAuthnContext
Sets the value of the authnContext property.- Parameters:
value
- allowed object isAuthnContextType
-
getAuthnInstant
Gets the value of the authnInstant property.- Returns:
- possible object is
XMLGregorianCalendar
-
setAuthnInstant
Sets the value of the authnInstant property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getSessionIndex
-
setSessionIndex
-
getSessionNotOnOrAfter
Gets the value of the sessionNotOnOrAfter property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSessionNotOnOrAfter
Sets the value of the sessionNotOnOrAfter property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-