|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.saml.internal.saml20.jaxb20.StatementAbstractType
com.sun.xml.wss.saml.internal.saml20.jaxb20.AuthnStatementType
public class AuthnStatementType
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>
| Field Summary | |
|---|---|
protected AuthnContextType |
authnContext
|
protected XMLGregorianCalendar |
authnInstant
|
protected String |
sessionIndex
|
protected XMLGregorianCalendar |
sessionNotOnOrAfter
|
protected SubjectLocalityType |
subjectLocality
|
| Constructor Summary | |
|---|---|
AuthnStatementType()
|
|
| Method Summary | |
|---|---|
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 |
setAuthnInstant(XMLGregorianCalendar value)
Sets the value of the authnInstant 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SubjectLocalityType subjectLocality
protected AuthnContextType authnContext
protected XMLGregorianCalendar authnInstant
protected String sessionIndex
protected XMLGregorianCalendar sessionNotOnOrAfter
| Constructor Detail |
|---|
public AuthnStatementType()
| Method Detail |
|---|
public SubjectLocalityType getSubjectLocality()
SubjectLocalityTypepublic void setSubjectLocality(SubjectLocalityType value)
value - allowed object is
SubjectLocalityTypepublic AuthnContextType getAuthnContext()
AuthnContextTypepublic void setAuthnContext(AuthnContextType value)
value - allowed object is
AuthnContextTypepublic XMLGregorianCalendar getAuthnInstant()
XMLGregorianCalendarpublic void setAuthnInstant(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getSessionIndex()
Stringpublic void setSessionIndex(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSessionNotOnOrAfter()
XMLGregorianCalendarpublic void setSessionNotOnOrAfter(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||