@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:18:55+02:00", comments="JAXB RI v2.2.11") 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()
SubjectLocality
public void setSubjectLocality(SubjectLocality value)
value
- allowed object is
SubjectLocality
public AuthnContext getAuthnContext()
AuthnContext
public void setAuthnContext(AuthnContext value)
value
- allowed object is
AuthnContext
public org.joda.time.DateTime getAuthnInstant()
String
public void setAuthnInstant(org.joda.time.DateTime value)
value
- allowed object is
String
public String getSessionIndex()
String
public void setSessionIndex(String value)
value
- allowed object is
String
public org.joda.time.DateTime getSessionNotOnOrAfter()
String
public void setSessionNotOnOrAfter(org.joda.time.DateTime value)
value
- allowed object is
String
Connector Packaging TECHNICAL 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.