|
||||||||||
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="2016-07-06T09:32:13+02:00", comments="JAXB RI v2.2.6") 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()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |