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()
SubjectLocalityType
public void setSubjectLocality(SubjectLocalityType value)
value
- allowed object is SubjectLocalityType
public AuthnContextType getAuthnContext()
AuthnContextType
public void setAuthnContext(AuthnContextType value)
value
- allowed object is AuthnContextType
public XMLGregorianCalendar getAuthnInstant()
XMLGregorianCalendar
public String getSessionIndex()
String
public void setSessionIndex(String value)
value
- allowed object is String
public XMLGregorianCalendar getSessionNotOnOrAfter()
XMLGregorianCalendar
public void setSessionNotOnOrAfter(XMLGregorianCalendar value)
value
- allowed object is XMLGregorianCalendar
Copyright © 2018 JBoss by Red Hat. All rights reserved.