@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T10:48:06+02:00", comments="JAXB RI v2.3.7") public class AuthnStatement extends StatementAbstractType implements Serializable
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>
| Constructor and Description |
|---|
AuthnStatement() |
| Modifier and Type | Method and Description |
|---|---|
AuthnContext |
getAuthnContext()
Gets the value of the authnContext property.
|
org.joda.time.DateTime |
getAuthnInstant()
Gets the value of the authnInstant property.
|
String |
getSessionIndex()
Gets the value of the sessionIndex property.
|
org.joda.time.DateTime |
getSessionNotOnOrAfter()
Gets the value of the sessionNotOnOrAfter property.
|
SubjectLocality |
getSubjectLocality()
Gets the value of the subjectLocality property.
|
void |
setAuthnContext(AuthnContext value)
Sets the value of the authnContext property.
|
void |
setAuthnInstant(org.joda.time.DateTime value)
Sets the value of the authnInstant property.
|
void |
setSessionIndex(String value)
Sets the value of the sessionIndex property.
|
void |
setSessionNotOnOrAfter(org.joda.time.DateTime value)
Sets the value of the sessionNotOnOrAfter property.
|
void |
setSubjectLocality(SubjectLocality value)
Sets the value of the subjectLocality property.
|
public SubjectLocality getSubjectLocality()
SubjectLocalitypublic void setSubjectLocality(SubjectLocality value)
value - allowed object is
SubjectLocalitypublic AuthnContext getAuthnContext()
AuthnContextpublic void setAuthnContext(AuthnContext value)
value - allowed object is
AuthnContextpublic org.joda.time.DateTime getAuthnInstant()
Stringpublic void setAuthnInstant(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getSessionIndex()
Stringpublic void setSessionIndex(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getSessionNotOnOrAfter()
Stringpublic void setSessionNotOnOrAfter(org.joda.time.DateTime value)
value - allowed object is
String
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.