|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.saml.internal.saml11.jaxb20.AssertionType
public class AssertionType
Java class for AssertionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssertionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Conditions" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Advice" minOccurs="0"/>
<choice maxOccurs="unbounded">
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Statement"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}SubjectStatement"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}AuthenticationStatement"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}AuthorizationDecisionStatement"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}AttributeStatement"/>
</choice>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
</sequence>
<attribute name="AssertionID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="IssueInstant" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="Issuer" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="MajorVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="MinorVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AdviceType |
advice
|
protected java.lang.String |
assertionID
|
protected ConditionsType |
conditions
|
protected javax.xml.datatype.XMLGregorianCalendar |
issueInstant
|
protected java.lang.String |
issuer
|
protected java.math.BigInteger |
majorVersion
|
protected java.math.BigInteger |
minorVersion
|
protected SignatureType |
signature
|
protected java.util.List<StatementAbstractType> |
statementOrSubjectStatementOrAuthenticationStatement
|
| Constructor Summary | |
|---|---|
AssertionType()
|
|
| Method Summary | |
|---|---|
AdviceType |
getAdvice()
Gets the value of the advice property. |
java.lang.String |
getAssertionID()
Gets the value of the assertionID property. |
ConditionsType |
getConditions()
Gets the value of the conditions property. |
javax.xml.datatype.XMLGregorianCalendar |
getIssueInstant()
Gets the value of the issueInstant property. |
java.lang.String |
getIssuer()
Gets the value of the issuer property. |
java.math.BigInteger |
getMajorVersion()
Gets the value of the majorVersion property. |
java.math.BigInteger |
getMinorVersion()
Gets the value of the minorVersion property. |
SignatureType |
getSignature()
Gets the value of the signature property. |
java.util.List<StatementAbstractType> |
getStatementOrSubjectStatementOrAuthenticationStatement()
Gets the value of the statementOrSubjectStatementOrAuthenticationStatement property. |
void |
setAdvice(AdviceType value)
Sets the value of the advice property. |
void |
setAssertionID(java.lang.String value)
Sets the value of the assertionID property. |
void |
setConditions(ConditionsType value)
Sets the value of the conditions property. |
void |
setIssueInstant(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the issueInstant property. |
void |
setIssuer(java.lang.String value)
Sets the value of the issuer property. |
void |
setMajorVersion(java.math.BigInteger value)
Sets the value of the majorVersion property. |
void |
setMinorVersion(java.math.BigInteger value)
Sets the value of the minorVersion property. |
void |
setSignature(SignatureType value)
Sets the value of the signature property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ConditionsType conditions
protected AdviceType advice
protected java.util.List<StatementAbstractType> statementOrSubjectStatementOrAuthenticationStatement
protected SignatureType signature
protected java.lang.String assertionID
protected javax.xml.datatype.XMLGregorianCalendar issueInstant
protected java.lang.String issuer
protected java.math.BigInteger majorVersion
protected java.math.BigInteger minorVersion
| Constructor Detail |
|---|
public AssertionType()
| Method Detail |
|---|
public ConditionsType getConditions()
ConditionsTypepublic void setConditions(ConditionsType value)
value - allowed object is
ConditionsTypepublic AdviceType getAdvice()
AdviceTypepublic void setAdvice(AdviceType value)
value - allowed object is
AdviceTypepublic java.util.List<StatementAbstractType> getStatementOrSubjectStatementOrAuthenticationStatement()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the statementOrSubjectStatementOrAuthenticationStatement property.
For example, to add a new item, do as follows:
getStatementOrSubjectStatementOrAuthenticationStatement().add(newItem);
Objects of the following type(s) are allowed in the list
SubjectStatementAbstractType
AttributeStatementType
StatementAbstractType
AuthenticationStatementType
AuthorizationDecisionStatementType
public SignatureType getSignature()
SignatureTypepublic void setSignature(SignatureType value)
value - allowed object is
SignatureTypepublic java.lang.String getAssertionID()
Stringpublic void setAssertionID(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getIssueInstant()
XMLGregorianCalendarpublic void setIssueInstant(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getIssuer()
Stringpublic void setIssuer(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getMajorVersion()
BigIntegerpublic void setMajorVersion(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMinorVersion()
BigIntegerpublic void setMinorVersion(java.math.BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||