Class AssertionImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.signature.AbstractSignableXMLObject
org.opensaml.saml.common.AbstractSignableSAMLObject
org.opensaml.saml.saml2.core.impl.AssertionImpl
- All Implemented Interfaces:
XMLObject,SAMLObject,SignableSAMLObject,Assertion,Evidentiary,SignableXMLObject
A concrete implementation of
Assertion.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AdviceAdvice of the assertion.private ConditionsConditions of the assertion.private StringID of the assertion.private InstantIssue Instant of the assertion.private IssuerIssuer of the assertion.private final IndexedXMLObjectChildrenList<Statement>Statements of the assertion.private SubjectSubject of the assertion.private SAMLVersionSAML Version of the assertion.Fields inherited from interface org.opensaml.saml.saml2.core.Assertion
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, ID_ATTRIB_NAME, ISSUE_INSTANT_ATTRIB_NAME, ISSUEINSTANT_ATTRIB_QNAME, TYPE_LOCAL_NAME, TYPE_NAME, VERSION_ATTRIB_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAssertionImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetID()getStatements(QName typeOrName) voidvoidsetConditions(Conditions newConditions) voidvoidsetIssueInstant(Instant newIssueInstance) voidvoidsetSubject(Subject newSubject) voidsetVersion(SAMLVersion newVersion) Methods inherited from class org.opensaml.saml.common.AbstractSignableSAMLObject
equals, hashCode, setSignatureMethods inherited from class org.opensaml.xmlsec.signature.AbstractSignableXMLObject
getSignature, isSignedMethods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, 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, setSchemaTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.xmlsec.signature.SignableXMLObject
getSignature, isSigned, setSignatureMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
version
SAML Version of the assertion. -
issueInstant
Issue Instant of the assertion. -
id
ID of the assertion. -
issuer
Issuer of the assertion. -
subject
Subject of the assertion. -
conditions
Conditions of the assertion. -
advice
Advice of the assertion. -
statements
Statements of the assertion.
-
-
Constructor Details
-
AssertionImpl
protected AssertionImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix) Constructor.- Parameters:
namespaceURI- the namespace the element is inelementLocalName- the local name of the XML element this Object representsnamespacePrefix- the prefix for the given namespace
-
-
Method Details
-
getVersion
- Specified by:
getVersionin interfaceAssertion
-
setVersion
- Specified by:
setVersionin interfaceAssertion
-
getIssueInstant
- Specified by:
getIssueInstantin interfaceAssertion
-
setIssueInstant
- Specified by:
setIssueInstantin interfaceAssertion
-
getID
-
setID
-
getIssuer
-
setIssuer
-
getSubject
- Specified by:
getSubjectin interfaceAssertion
-
setSubject
- Specified by:
setSubjectin interfaceAssertion
-
getConditions
- Specified by:
getConditionsin interfaceAssertion
-
setConditions
- Specified by:
setConditionsin interfaceAssertion
-
getAdvice
-
setAdvice
-
getStatements
- Specified by:
getStatementsin interfaceAssertion
-
getStatements
- Specified by:
getStatementsin interfaceAssertion
-
getAuthnStatements
- Specified by:
getAuthnStatementsin interfaceAssertion
-
getAuthzDecisionStatements
- Specified by:
getAuthzDecisionStatementsin interfaceAssertion
-
getAttributeStatements
- Specified by:
getAttributeStatementsin interfaceAssertion
-
getSignatureReferenceID
- Specified by:
getSignatureReferenceIDin interfaceSignableSAMLObject
-
getOrderedChildren
- Specified by:
getOrderedChildrenin interfaceXMLObject
-