|
||||||||||
| 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.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:2.0:assertion}Issuer"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Subject" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Conditions" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Advice" minOccurs="0"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Statement"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AuthnStatement"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AuthzDecisionStatement"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AttributeStatement"/>
</choice>
</sequence>
<attribute name="ID" 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="Version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AdviceType |
advice
|
protected ConditionsType |
conditions
|
protected String |
id
|
protected XMLGregorianCalendar |
issueInstant
|
protected NameIDType |
issuer
|
protected SignatureType |
signature
|
protected List<StatementAbstractType> |
statementOrAuthnStatementOrAuthzDecisionStatement
|
protected SubjectType |
subject
|
protected String |
version
|
| Constructor Summary | |
|---|---|
AssertionType()
|
|
| Method Summary | |
|---|---|
AdviceType |
getAdvice()
Gets the value of the advice property. |
ConditionsType |
getConditions()
Gets the value of the conditions property. |
String |
getID()
Gets the value of the id property. |
XMLGregorianCalendar |
getIssueInstant()
Gets the value of the issueInstant property. |
NameIDType |
getIssuer()
Gets the value of the issuer property. |
SignatureType |
getSignature()
Gets the value of the signature property. |
List<StatementAbstractType> |
getStatementOrAuthnStatementOrAuthzDecisionStatement()
Gets the value of the statementOrAuthnStatementOrAuthzDecisionStatement property. |
SubjectType |
getSubject()
Gets the value of the subject property. |
String |
getVersion()
Gets the value of the version property. |
void |
setAdvice(AdviceType value)
Sets the value of the advice property. |
void |
setConditions(ConditionsType value)
Sets the value of the conditions property. |
void |
setID(String value)
Sets the value of the id property. |
void |
setIssueInstant(XMLGregorianCalendar value)
Sets the value of the issueInstant property. |
void |
setIssuer(NameIDType value)
Sets the value of the issuer property. |
void |
setSignature(SignatureType value)
Sets the value of the signature property. |
void |
setSubject(SubjectType value)
Sets the value of the subject property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected NameIDType issuer
protected SignatureType signature
protected SubjectType subject
protected ConditionsType conditions
protected AdviceType advice
protected List<StatementAbstractType> statementOrAuthnStatementOrAuthzDecisionStatement
protected String id
protected XMLGregorianCalendar issueInstant
protected String version
| Constructor Detail |
|---|
public AssertionType()
| Method Detail |
|---|
public NameIDType getIssuer()
NameIDTypepublic void setIssuer(NameIDType value)
value - allowed object is
NameIDTypepublic SignatureType getSignature()
SignatureTypepublic void setSignature(SignatureType value)
value - allowed object is
SignatureTypepublic SubjectType getSubject()
SubjectTypepublic void setSubject(SubjectType value)
value - allowed object is
SubjectTypepublic ConditionsType getConditions()
ConditionsTypepublic void setConditions(ConditionsType value)
value - allowed object is
ConditionsTypepublic AdviceType getAdvice()
AdviceTypepublic void setAdvice(AdviceType value)
value - allowed object is
AdviceTypepublic List<StatementAbstractType> getStatementOrAuthnStatementOrAuthzDecisionStatement()
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 statementOrAuthnStatementOrAuthzDecisionStatement property.
For example, to add a new item, do as follows:
getStatementOrAuthnStatementOrAuthzDecisionStatement().add(newItem);
Objects of the following type(s) are allowed in the list
AuthzDecisionStatementType
AttributeStatementType
StatementAbstractType
AuthnStatementType
public String getID()
Stringpublic void setID(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getIssueInstant()
XMLGregorianCalendarpublic void setIssueInstant(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||