public class AssertionImpl extends AbstractSignableSAMLObject implements Assertion
Assertion.DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, ID_ATTRIB_NAME, ISSUE_INSTANT_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME, VERSION_ATTRIB_NAME| Modifier | Constructor and Description |
|---|---|
protected |
AssertionImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Advice |
getAdvice()
Gets the Advice for this assertion.
|
List<AttributeStatement> |
getAttributeStatements()
Gets the list of AttributeStatement attached to this assertion.
|
List<AuthnStatement> |
getAuthnStatements()
Gets the list of AuthnStatements attached to this assertion.
|
List<AuthzDecisionStatement> |
getAuthzDecisionStatements()
Gets the list of AuthzDecisionStatements attached to this assertion.
|
Conditions |
getConditions()
Gets the Conditions placed on this assertion.
|
String |
getID()
Sets the ID of this assertion.
|
org.joda.time.DateTime |
getIssueInstant()
Gets the issue instance of this assertion.
|
Issuer |
getIssuer()
Gets the Issuer of this assertion.
|
List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
String |
getSignatureReferenceID()
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
|
List<Statement> |
getStatements()
Gets the list of statements attached to this assertion.
|
List<Statement> |
getStatements(QName typeOrName)
Gets the list of statements attached to this assertion that match a particular QName.
|
Subject |
getSubject()
Gets the Subject of this assertion.
|
SAMLVersion |
getVersion()
Gets the SAML Version of this assertion.
|
void |
setAdvice(Advice newAdvice)
Sets the Advice for this assertion.
|
void |
setConditions(Conditions newConditions)
Sets the Conditions placed on this assertion.
|
void |
setID(String newID)
Sets the ID of this assertion.
|
void |
setIssueInstant(org.joda.time.DateTime newIssueInstance)
Sets the issue instance of this assertion.
|
void |
setIssuer(Issuer newIssuer)
Sets the Issuer of this assertion.
|
void |
setSubject(Subject newSubject)
Sets the Subject of this assertion.
|
void |
setVersion(SAMLVersion newVersion)
Sets the SAML Version of this assertion.
|
equals, hashCode, prepareForAssignment, setSignaturegetSignature, isSigneddetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetSignature, isSigned, setSignaturedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprotected AssertionImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespacepublic SAMLVersion getVersion()
getVersion in interface Assertionpublic void setVersion(SAMLVersion newVersion)
setVersion in interface AssertionnewVersion - the SAML Version of this assertionpublic org.joda.time.DateTime getIssueInstant()
getIssueInstant in interface Assertionpublic void setIssueInstant(org.joda.time.DateTime newIssueInstance)
setIssueInstant in interface AssertionnewIssueInstance - the issue instance of this assertionpublic String getID()
public void setID(String newID)
public Issuer getIssuer()
public void setIssuer(Issuer newIssuer)
public Subject getSubject()
getSubject in interface Assertionpublic void setSubject(Subject newSubject)
setSubject in interface AssertionnewSubject - the Subject of this assertionpublic Conditions getConditions()
getConditions in interface Assertionpublic void setConditions(Conditions newConditions)
setConditions in interface AssertionnewConditions - the Conditions placed on this assertionpublic Advice getAdvice()
public void setAdvice(Advice newAdvice)
public List<Statement> getStatements()
getStatements in interface Assertionpublic List<Statement> getStatements(QName typeOrName)
getStatements in interface AssertiontypeOrName - the QName of the statements to returnpublic List<AuthnStatement> getAuthnStatements()
getAuthnStatements in interface Assertionpublic List<AuthzDecisionStatement> getAuthzDecisionStatements()
getAuthzDecisionStatements in interface Assertionpublic List<AttributeStatement> getAttributeStatements()
getAttributeStatements in interface Assertionpublic String getSignatureReferenceID()
getSignatureReferenceID in interface SignableSAMLObjectpublic List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObjectCopyright © 2021. All rights reserved.