Class AssertionType
java.lang.Object
com.sun.xml.wss.saml.internal.saml11.jaxb20.AssertionType
- Direct Known Subclasses:
Assertion
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
FieldsModifier and TypeFieldDescriptionprotected AdviceTypeprotected Stringprotected ConditionsTypeprotected XMLGregorianCalendarprotected Stringprotected BigIntegerprotected BigIntegerprotected SignatureTypeprotected List<StatementAbstractType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the advice property.Gets the value of the assertionID property.Gets the value of the conditions property.Gets the value of the issueInstant property.Gets the value of the issuer property.Gets the value of the majorVersion property.Gets the value of the minorVersion property.Gets the value of the signature property.Gets the value of the statementOrSubjectStatementOrAuthenticationStatement property.voidsetAdvice(AdviceType value) Sets the value of the advice property.voidsetAssertionID(String value) Sets the value of the assertionID property.voidsetConditions(ConditionsType value) Sets the value of the conditions property.voidSets the value of the issueInstant property.voidSets the value of the issuer property.voidsetMajorVersion(BigInteger value) Sets the value of the majorVersion property.voidsetMinorVersion(BigInteger value) Sets the value of the minorVersion property.voidsetSignature(SignatureType value) Sets the value of the signature property.
-
Field Details
-
conditions
-
advice
-
statementOrSubjectStatementOrAuthenticationStatement
-
signature
-
assertionID
-
issueInstant
-
issuer
-
majorVersion
-
minorVersion
-
-
Constructor Details
-
AssertionType
public AssertionType()
-
-
Method Details
-
getConditions
Gets the value of the conditions property.- Returns:
- possible object is
ConditionsType
-
setConditions
Sets the value of the conditions property.- Parameters:
value- allowed object isConditionsType
-
getAdvice
Gets the value of the advice property.- Returns:
- possible object is
AdviceType
-
setAdvice
Sets the value of the advice property.- Parameters:
value- allowed object isAdviceType
-
getStatementOrSubjectStatementOrAuthenticationStatement
Gets the value of the statementOrSubjectStatementOrAuthenticationStatement property.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
setmethod 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
SubjectStatementAbstractTypeAttributeStatementTypeStatementAbstractTypeAuthenticationStatementTypeAuthorizationDecisionStatementType -
getSignature
Gets the value of the signature property.- Returns:
- possible object is
SignatureType
-
setSignature
Sets the value of the signature property.- Parameters:
value- allowed object isSignatureType
-
getAssertionID
Gets the value of the assertionID property.- Returns:
- possible object is
String
-
setAssertionID
Sets the value of the assertionID property.- Parameters:
value- allowed object isString
-
getIssueInstant
Gets the value of the issueInstant property.- Returns:
- possible object is
XMLGregorianCalendar
-
setIssueInstant
Sets the value of the issueInstant property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getIssuer
Gets the value of the issuer property.- Returns:
- possible object is
String
-
setIssuer
Sets the value of the issuer property.- Parameters:
value- allowed object isString
-
getMajorVersion
Gets the value of the majorVersion property.- Returns:
- possible object is
BigInteger
-
setMajorVersion
Sets the value of the majorVersion property.- Parameters:
value- allowed object isBigInteger
-
getMinorVersion
Gets the value of the minorVersion property.- Returns:
- possible object is
BigInteger
-
setMinorVersion
Sets the value of the minorVersion property.- Parameters:
value- allowed object isBigInteger
-