public interface AssertionType
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/allan/A-SVN/trunk/opensso/products/federation/library/xsd/saml2/saml-schema-assertion-2.0.xsd line 87)
<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>
Modifier and Type | Method and Description |
---|---|
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.
|
Calendar |
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 |
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(Calendar 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.
|
ConditionsType getConditions()
ConditionsElement
ConditionsType
void setConditions(ConditionsType value)
value
- allowed object is
ConditionsElement
ConditionsType
NameIDType getIssuer()
IssuerElement
NameIDType
void setIssuer(NameIDType value)
value
- allowed object is
IssuerElement
NameIDType
SubjectType getSubject()
SubjectElement
SubjectType
void setSubject(SubjectType value)
value
- allowed object is
SubjectElement
SubjectType
void setID(String value)
value
- allowed object is
String
List 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
AttributeStatementElement
AuthzDecisionStatementElement
StatementElement
AuthnStatementElement
AdviceType getAdvice()
AdviceType
AdviceElement
void setAdvice(AdviceType value)
value
- allowed object is
AdviceType
AdviceElement
String getVersion()
String
void setVersion(String value)
value
- allowed object is
String
Calendar getIssueInstant()
Calendar
void setIssueInstant(Calendar value)
value
- allowed object is
Calendar
SignatureType getSignature()
SignatureType
SignatureElement
void setSignature(SignatureType value)
value
- allowed object is
SignatureType
SignatureElement
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.