public class AuthnStatementType extends StatementAbstractType
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>
| Modifier and Type | Field and Description |
|---|---|
protected AuthnContextType |
authnContext |
protected XMLGregorianCalendar |
authnInstant |
protected String |
sessionIndex |
protected XMLGregorianCalendar |
sessionNotOnOrAfter |
protected SubjectLocalityType |
subjectLocality |
| Constructor and Description |
|---|
AuthnStatementType(XMLGregorianCalendar instant) |
| Modifier and Type | Method and Description |
|---|---|
AuthnContextType |
getAuthnContext()
Gets the value of the authnContext property.
|
XMLGregorianCalendar |
getAuthnInstant()
Gets the value of the authnInstant property.
|
String |
getSessionIndex()
Gets the value of the sessionIndex property.
|
XMLGregorianCalendar |
getSessionNotOnOrAfter()
Gets the value of the sessionNotOnOrAfter property.
|
SubjectLocalityType |
getSubjectLocality()
Gets the value of the subjectLocality property.
|
void |
setAuthnContext(AuthnContextType value)
Sets the value of the authnContext property.
|
void |
setSessionIndex(String value)
Sets the value of the sessionIndex property.
|
void |
setSessionNotOnOrAfter(XMLGregorianCalendar value)
Sets the value of the sessionNotOnOrAfter property.
|
void |
setSubjectLocality(SubjectLocalityType value)
Sets the value of the subjectLocality property.
|
protected SubjectLocalityType subjectLocality
protected AuthnContextType authnContext
protected XMLGregorianCalendar authnInstant
protected XMLGregorianCalendar sessionNotOnOrAfter
protected String sessionIndex
public AuthnStatementType(XMLGregorianCalendar instant)
public SubjectLocalityType getSubjectLocality()
SubjectLocalityTypepublic void setSubjectLocality(SubjectLocalityType value)
value - allowed object is SubjectLocalityTypepublic AuthnContextType getAuthnContext()
AuthnContextTypepublic void setAuthnContext(AuthnContextType value)
value - allowed object is AuthnContextTypepublic XMLGregorianCalendar getAuthnInstant()
XMLGregorianCalendarpublic String getSessionIndex()
Stringpublic void setSessionIndex(String value)
value - allowed object is Stringpublic XMLGregorianCalendar getSessionNotOnOrAfter()
XMLGregorianCalendarpublic void setSessionNotOnOrAfter(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarCopyright © 2021 JBoss by Red Hat. All rights reserved.