Package org.sourceid.protocol.saml11.xml
Interface AssertionType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface AssertionType extends XmlObject
An XML AssertionType(@urn:oasis:names:tc:SAML:1.0:assertion). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAssertionType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdviceTypeaddNewAdvice()Appends and returns a new empty "Advice" elementAttributeStatementTypeaddNewAttributeStatement()Appends and returns a new empty value (as xml) as the last "AttributeStatement" elementAuthenticationStatementTypeaddNewAuthenticationStatement()Appends and returns a new empty value (as xml) as the last "AuthenticationStatement" elementAuthorizationDecisionStatementTypeaddNewAuthorizationDecisionStatement()Appends and returns a new empty value (as xml) as the last "AuthorizationDecisionStatement" elementConditionsTypeaddNewConditions()Appends and returns a new empty "Conditions" elementSignatureTypeaddNewSignature()Appends and returns a new empty "Signature" elementStatementAbstractTypeaddNewStatement()Appends and returns a new empty value (as xml) as the last "Statement" elementSubjectStatementAbstractTypeaddNewSubjectStatement()Appends and returns a new empty value (as xml) as the last "SubjectStatement" elementAdviceTypegetAdvice()Gets the "Advice" elementStringgetAssertionID()Gets the "AssertionID" attributeAttributeStatementType[]getAttributeStatementArray()Gets array of all "AttributeStatement" elementsAttributeStatementTypegetAttributeStatementArray(int i)Gets ith "AttributeStatement" elementAuthenticationStatementType[]getAuthenticationStatementArray()Gets array of all "AuthenticationStatement" elementsAuthenticationStatementTypegetAuthenticationStatementArray(int i)Gets ith "AuthenticationStatement" elementAuthorizationDecisionStatementType[]getAuthorizationDecisionStatementArray()Gets array of all "AuthorizationDecisionStatement" elementsAuthorizationDecisionStatementTypegetAuthorizationDecisionStatementArray(int i)Gets ith "AuthorizationDecisionStatement" elementConditionsTypegetConditions()Gets the "Conditions" elementCalendargetIssueInstant()Gets the "IssueInstant" attributeStringgetIssuer()Gets the "Issuer" attributeBigIntegergetMajorVersion()Gets the "MajorVersion" attributeBigIntegergetMinorVersion()Gets the "MinorVersion" attributeSignatureTypegetSignature()Gets the "Signature" elementStatementAbstractType[]getStatementArray()Gets array of all "Statement" elementsStatementAbstractTypegetStatementArray(int i)Gets ith "Statement" elementSubjectStatementAbstractType[]getSubjectStatementArray()Gets array of all "SubjectStatement" elementsSubjectStatementAbstractTypegetSubjectStatementArray(int i)Gets ith "SubjectStatement" elementAttributeStatementTypeinsertNewAttributeStatement(int i)Inserts and returns a new empty value (as xml) as the ith "AttributeStatement" elementAuthenticationStatementTypeinsertNewAuthenticationStatement(int i)Inserts and returns a new empty value (as xml) as the ith "AuthenticationStatement" elementAuthorizationDecisionStatementTypeinsertNewAuthorizationDecisionStatement(int i)Inserts and returns a new empty value (as xml) as the ith "AuthorizationDecisionStatement" elementStatementAbstractTypeinsertNewStatement(int i)Inserts and returns a new empty value (as xml) as the ith "Statement" elementSubjectStatementAbstractTypeinsertNewSubjectStatement(int i)Inserts and returns a new empty value (as xml) as the ith "SubjectStatement" elementbooleanisSetAdvice()True if has "Advice" elementbooleanisSetConditions()True if has "Conditions" elementbooleanisSetSignature()True if has "Signature" elementvoidremoveAttributeStatement(int i)Removes the ith "AttributeStatement" elementvoidremoveAuthenticationStatement(int i)Removes the ith "AuthenticationStatement" elementvoidremoveAuthorizationDecisionStatement(int i)Removes the ith "AuthorizationDecisionStatement" elementvoidremoveStatement(int i)Removes the ith "Statement" elementvoidremoveSubjectStatement(int i)Removes the ith "SubjectStatement" elementvoidsetAdvice(AdviceType advice)Sets the "Advice" elementvoidsetAssertionID(String assertionID)Sets the "AssertionID" attributevoidsetAttributeStatementArray(int i, AttributeStatementType attributeStatement)Sets ith "AttributeStatement" elementvoidsetAttributeStatementArray(AttributeStatementType[] attributeStatementArray)Sets array of all "AttributeStatement" elementvoidsetAuthenticationStatementArray(int i, AuthenticationStatementType authenticationStatement)Sets ith "AuthenticationStatement" elementvoidsetAuthenticationStatementArray(AuthenticationStatementType[] authenticationStatementArray)Sets array of all "AuthenticationStatement" elementvoidsetAuthorizationDecisionStatementArray(int i, AuthorizationDecisionStatementType authorizationDecisionStatement)Sets ith "AuthorizationDecisionStatement" elementvoidsetAuthorizationDecisionStatementArray(AuthorizationDecisionStatementType[] authorizationDecisionStatementArray)Sets array of all "AuthorizationDecisionStatement" elementvoidsetConditions(ConditionsType conditions)Sets the "Conditions" elementvoidsetIssueInstant(Calendar issueInstant)Sets the "IssueInstant" attributevoidsetIssuer(String issuer)Sets the "Issuer" attributevoidsetMajorVersion(BigInteger majorVersion)Sets the "MajorVersion" attributevoidsetMinorVersion(BigInteger minorVersion)Sets the "MinorVersion" attributevoidsetSignature(SignatureType signature)Sets the "Signature" elementvoidsetStatementArray(int i, StatementAbstractType statement)Sets ith "Statement" elementvoidsetStatementArray(StatementAbstractType[] statementArray)Sets array of all "Statement" elementvoidsetSubjectStatementArray(int i, SubjectStatementAbstractType subjectStatement)Sets ith "SubjectStatement" elementvoidsetSubjectStatementArray(SubjectStatementAbstractType[] subjectStatementArray)Sets array of all "SubjectStatement" elementintsizeOfAttributeStatementArray()Returns number of "AttributeStatement" elementintsizeOfAuthenticationStatementArray()Returns number of "AuthenticationStatement" elementintsizeOfAuthorizationDecisionStatementArray()Returns number of "AuthorizationDecisionStatement" elementintsizeOfStatementArray()Returns number of "Statement" elementintsizeOfSubjectStatementArray()Returns number of "SubjectStatement" elementvoidunsetAdvice()Unsets the "Advice" elementvoidunsetConditions()Unsets the "Conditions" elementvoidunsetSignature()Unsets the "Signature" elementIDTypexgetAssertionID()Gets (as xml) the "AssertionID" attributeXmlDateTimexgetIssueInstant()Gets (as xml) the "IssueInstant" attributeXmlStringxgetIssuer()Gets (as xml) the "Issuer" attributeXmlIntegerxgetMajorVersion()Gets (as xml) the "MajorVersion" attributeXmlIntegerxgetMinorVersion()Gets (as xml) the "MinorVersion" attributevoidxsetAssertionID(IDType assertionID)Sets (as xml) the "AssertionID" attributevoidxsetIssueInstant(XmlDateTime issueInstant)Sets (as xml) the "IssueInstant" attributevoidxsetIssuer(XmlString issuer)Sets (as xml) the "Issuer" attributevoidxsetMajorVersion(XmlInteger majorVersion)Sets (as xml) the "MajorVersion" attributevoidxsetMinorVersion(XmlInteger minorVersion)Sets (as xml) the "MinorVersion" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getConditions
ConditionsType getConditions()
Gets the "Conditions" element
-
isSetConditions
boolean isSetConditions()
True if has "Conditions" element
-
setConditions
void setConditions(ConditionsType conditions)
Sets the "Conditions" element
-
addNewConditions
ConditionsType addNewConditions()
Appends and returns a new empty "Conditions" element
-
unsetConditions
void unsetConditions()
Unsets the "Conditions" element
-
getAdvice
AdviceType getAdvice()
Gets the "Advice" element
-
isSetAdvice
boolean isSetAdvice()
True if has "Advice" element
-
setAdvice
void setAdvice(AdviceType advice)
Sets the "Advice" element
-
addNewAdvice
AdviceType addNewAdvice()
Appends and returns a new empty "Advice" element
-
unsetAdvice
void unsetAdvice()
Unsets the "Advice" element
-
getStatementArray
StatementAbstractType[] getStatementArray()
Gets array of all "Statement" elements
-
getStatementArray
StatementAbstractType getStatementArray(int i)
Gets ith "Statement" element
-
sizeOfStatementArray
int sizeOfStatementArray()
Returns number of "Statement" element
-
setStatementArray
void setStatementArray(StatementAbstractType[] statementArray)
Sets array of all "Statement" element
-
setStatementArray
void setStatementArray(int i, StatementAbstractType statement)Sets ith "Statement" element
-
insertNewStatement
StatementAbstractType insertNewStatement(int i)
Inserts and returns a new empty value (as xml) as the ith "Statement" element
-
addNewStatement
StatementAbstractType addNewStatement()
Appends and returns a new empty value (as xml) as the last "Statement" element
-
removeStatement
void removeStatement(int i)
Removes the ith "Statement" element
-
getSubjectStatementArray
SubjectStatementAbstractType[] getSubjectStatementArray()
Gets array of all "SubjectStatement" elements
-
getSubjectStatementArray
SubjectStatementAbstractType getSubjectStatementArray(int i)
Gets ith "SubjectStatement" element
-
sizeOfSubjectStatementArray
int sizeOfSubjectStatementArray()
Returns number of "SubjectStatement" element
-
setSubjectStatementArray
void setSubjectStatementArray(SubjectStatementAbstractType[] subjectStatementArray)
Sets array of all "SubjectStatement" element
-
setSubjectStatementArray
void setSubjectStatementArray(int i, SubjectStatementAbstractType subjectStatement)Sets ith "SubjectStatement" element
-
insertNewSubjectStatement
SubjectStatementAbstractType insertNewSubjectStatement(int i)
Inserts and returns a new empty value (as xml) as the ith "SubjectStatement" element
-
addNewSubjectStatement
SubjectStatementAbstractType addNewSubjectStatement()
Appends and returns a new empty value (as xml) as the last "SubjectStatement" element
-
removeSubjectStatement
void removeSubjectStatement(int i)
Removes the ith "SubjectStatement" element
-
getAuthenticationStatementArray
AuthenticationStatementType[] getAuthenticationStatementArray()
Gets array of all "AuthenticationStatement" elements
-
getAuthenticationStatementArray
AuthenticationStatementType getAuthenticationStatementArray(int i)
Gets ith "AuthenticationStatement" element
-
sizeOfAuthenticationStatementArray
int sizeOfAuthenticationStatementArray()
Returns number of "AuthenticationStatement" element
-
setAuthenticationStatementArray
void setAuthenticationStatementArray(AuthenticationStatementType[] authenticationStatementArray)
Sets array of all "AuthenticationStatement" element
-
setAuthenticationStatementArray
void setAuthenticationStatementArray(int i, AuthenticationStatementType authenticationStatement)Sets ith "AuthenticationStatement" element
-
insertNewAuthenticationStatement
AuthenticationStatementType insertNewAuthenticationStatement(int i)
Inserts and returns a new empty value (as xml) as the ith "AuthenticationStatement" element
-
addNewAuthenticationStatement
AuthenticationStatementType addNewAuthenticationStatement()
Appends and returns a new empty value (as xml) as the last "AuthenticationStatement" element
-
removeAuthenticationStatement
void removeAuthenticationStatement(int i)
Removes the ith "AuthenticationStatement" element
-
getAuthorizationDecisionStatementArray
AuthorizationDecisionStatementType[] getAuthorizationDecisionStatementArray()
Gets array of all "AuthorizationDecisionStatement" elements
-
getAuthorizationDecisionStatementArray
AuthorizationDecisionStatementType getAuthorizationDecisionStatementArray(int i)
Gets ith "AuthorizationDecisionStatement" element
-
sizeOfAuthorizationDecisionStatementArray
int sizeOfAuthorizationDecisionStatementArray()
Returns number of "AuthorizationDecisionStatement" element
-
setAuthorizationDecisionStatementArray
void setAuthorizationDecisionStatementArray(AuthorizationDecisionStatementType[] authorizationDecisionStatementArray)
Sets array of all "AuthorizationDecisionStatement" element
-
setAuthorizationDecisionStatementArray
void setAuthorizationDecisionStatementArray(int i, AuthorizationDecisionStatementType authorizationDecisionStatement)Sets ith "AuthorizationDecisionStatement" element
-
insertNewAuthorizationDecisionStatement
AuthorizationDecisionStatementType insertNewAuthorizationDecisionStatement(int i)
Inserts and returns a new empty value (as xml) as the ith "AuthorizationDecisionStatement" element
-
addNewAuthorizationDecisionStatement
AuthorizationDecisionStatementType addNewAuthorizationDecisionStatement()
Appends and returns a new empty value (as xml) as the last "AuthorizationDecisionStatement" element
-
removeAuthorizationDecisionStatement
void removeAuthorizationDecisionStatement(int i)
Removes the ith "AuthorizationDecisionStatement" element
-
getAttributeStatementArray
AttributeStatementType[] getAttributeStatementArray()
Gets array of all "AttributeStatement" elements
-
getAttributeStatementArray
AttributeStatementType getAttributeStatementArray(int i)
Gets ith "AttributeStatement" element
-
sizeOfAttributeStatementArray
int sizeOfAttributeStatementArray()
Returns number of "AttributeStatement" element
-
setAttributeStatementArray
void setAttributeStatementArray(AttributeStatementType[] attributeStatementArray)
Sets array of all "AttributeStatement" element
-
setAttributeStatementArray
void setAttributeStatementArray(int i, AttributeStatementType attributeStatement)Sets ith "AttributeStatement" element
-
insertNewAttributeStatement
AttributeStatementType insertNewAttributeStatement(int i)
Inserts and returns a new empty value (as xml) as the ith "AttributeStatement" element
-
addNewAttributeStatement
AttributeStatementType addNewAttributeStatement()
Appends and returns a new empty value (as xml) as the last "AttributeStatement" element
-
removeAttributeStatement
void removeAttributeStatement(int i)
Removes the ith "AttributeStatement" element
-
getSignature
SignatureType getSignature()
Gets the "Signature" element
-
isSetSignature
boolean isSetSignature()
True if has "Signature" element
-
setSignature
void setSignature(SignatureType signature)
Sets the "Signature" element
-
addNewSignature
SignatureType addNewSignature()
Appends and returns a new empty "Signature" element
-
unsetSignature
void unsetSignature()
Unsets the "Signature" element
-
getMajorVersion
BigInteger getMajorVersion()
Gets the "MajorVersion" attribute
-
xgetMajorVersion
XmlInteger xgetMajorVersion()
Gets (as xml) the "MajorVersion" attribute
-
setMajorVersion
void setMajorVersion(BigInteger majorVersion)
Sets the "MajorVersion" attribute
-
xsetMajorVersion
void xsetMajorVersion(XmlInteger majorVersion)
Sets (as xml) the "MajorVersion" attribute
-
getMinorVersion
BigInteger getMinorVersion()
Gets the "MinorVersion" attribute
-
xgetMinorVersion
XmlInteger xgetMinorVersion()
Gets (as xml) the "MinorVersion" attribute
-
setMinorVersion
void setMinorVersion(BigInteger minorVersion)
Sets the "MinorVersion" attribute
-
xsetMinorVersion
void xsetMinorVersion(XmlInteger minorVersion)
Sets (as xml) the "MinorVersion" attribute
-
getAssertionID
String getAssertionID()
Gets the "AssertionID" attribute
-
xgetAssertionID
IDType xgetAssertionID()
Gets (as xml) the "AssertionID" attribute
-
setAssertionID
void setAssertionID(String assertionID)
Sets the "AssertionID" attribute
-
xsetAssertionID
void xsetAssertionID(IDType assertionID)
Sets (as xml) the "AssertionID" attribute
-
getIssuer
String getIssuer()
Gets the "Issuer" attribute
-
xgetIssuer
XmlString xgetIssuer()
Gets (as xml) the "Issuer" attribute
-
setIssuer
void setIssuer(String issuer)
Sets the "Issuer" attribute
-
xsetIssuer
void xsetIssuer(XmlString issuer)
Sets (as xml) the "Issuer" attribute
-
getIssueInstant
Calendar getIssueInstant()
Gets the "IssueInstant" attribute
-
xgetIssueInstant
XmlDateTime xgetIssueInstant()
Gets (as xml) the "IssueInstant" attribute
-
setIssueInstant
void setIssueInstant(Calendar issueInstant)
Sets the "IssueInstant" attribute
-
xsetIssueInstant
void xsetIssueInstant(XmlDateTime issueInstant)
Sets (as xml) the "IssueInstant" attribute
-
-