|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.saml._2_0.assertion.StatementAbstractType
oasis.names.tc.saml._2_0.assertion.AuthnStatement
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-06-27T08:06:22+02:00",
comments="JAXB RI v2.2.11")
public class AuthnStatement
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 Summary | |
|---|---|
AuthnStatement()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthnStatement()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||