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}AuthnContext"/>
</sequence>
<attribute name="AuthnInstant" use="required" type="{http://www.rsa.com/names/2010/04/std-prof/SAML2.0}UTCTime" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AuthnContextType |
authnContext |
protected XMLGregorianCalendar |
authnInstant |
protected String |
sessionIndex |
| Constructor and Description |
|---|
AuthnStatementType() |
| 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.
|
void |
setAuthnContext(AuthnContextType value)
Sets the value of the authnContext property.
|
void |
setAuthnInstant(XMLGregorianCalendar value)
Sets the value of the authnInstant property.
|
void |
setSessionIndex(String sessionIndex)
Sets the value of the sessionIndex property.
|
void |
setSessionNotOnOrAfter(XMLGregorianCalendar sessionNotOnOrAfter)
Sets the value of the sessionNotOnOrAfter property.
|
protected AuthnContextType authnContext
protected XMLGregorianCalendar authnInstant
protected String sessionIndex
public AuthnContextType getAuthnContext()
AuthnContextTypepublic void setAuthnContext(AuthnContextType value)
value - allowed object is
AuthnContextTypepublic XMLGregorianCalendar getAuthnInstant()
XMLGregorianCalendarpublic void setAuthnInstant(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic void setSessionIndex(String sessionIndex)
public String getSessionIndex()
Stringpublic XMLGregorianCalendar getSessionNotOnOrAfter()
XMLGregorianCalendarpublic void setSessionNotOnOrAfter(XMLGregorianCalendar sessionNotOnOrAfter)
Copyright © 2016. All rights reserved.