org.opensaml.saml1.core.impl
Class AssertionArtifactImpl
java.lang.Object
org.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.common.impl.AbstractSAMLObject
org.opensaml.saml1.core.impl.AssertionArtifactImpl
- All Implemented Interfaces:
- SAMLObject, AssertionArtifact, ValidatingXMLObject, XMLObject
public class AssertionArtifactImpl
- extends AbstractSAMLObject
- implements AssertionArtifact
Concrete implementation if AssertionArtifact
| Methods inherited from class org.opensaml.xml.AbstractXMLObject |
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
| Methods inherited from interface org.opensaml.xml.XMLObject |
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
assertionArtifact
private String assertionArtifact
- The assertion artifact
AssertionArtifactImpl
protected AssertionArtifactImpl(String namespaceURI,
String elementLocalName,
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
getAssertionArtifact
public String getAssertionArtifact()
- Get the contents of the artifact.
- Specified by:
getAssertionArtifact in interface AssertionArtifact
- Returns:
- contents of the artifact
setAssertionArtifact
public void setAssertionArtifact(String assertionArtifact)
- Set the contents of the artficat.
- Specified by:
setAssertionArtifact in interface AssertionArtifact
- Parameters:
assertionArtifact - contents of the artifact
getOrderedChildren
public List<XMLObject> getOrderedChildren()
-
- Specified by:
getOrderedChildren in interface XMLObject
Copyright © 1999-2013. All Rights Reserved.