|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.saml.v2.assertion.StatementAbstractType
org.picketlink.identity.federation.saml.v2.assertion.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(XMLGregorianCalendar instant)
|
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 |
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 XMLGregorianCalendar sessionNotOnOrAfter
protected String sessionIndex
Constructor Detail |
---|
public AuthnStatementType(XMLGregorianCalendar instant)
Method Detail |
---|
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
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |