org.opensaml.saml1.core.impl
Class AdviceImpl
java.lang.Object
org.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.common.impl.AbstractSAMLObject
org.opensaml.saml1.core.impl.AdviceImpl
- All Implemented Interfaces:
- SAMLObject, Advice, ElementExtensibleXMLObject, ValidatingXMLObject, XMLObject
public class AdviceImpl
- extends AbstractSAMLObject
- implements Advice
Concrete Implementation of the Advice
Object
Constructor Summary |
protected |
AdviceImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor |
Methods inherited from class org.opensaml.xml.AbstractXMLObject |
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opensaml.xml.XMLObject |
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
AdviceImpl
protected AdviceImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.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
getAssertionIDReferences
public java.util.List<AssertionIDReference> getAssertionIDReferences()
- Get the AssertionIdReferences.
- Specified by:
getAssertionIDReferences
in interface Advice
- Returns:
- The AssertionIdReferences in order
getAssertions
public java.util.List<Assertion> getAssertions()
- Get the Assertions.
- Specified by:
getAssertions
in interface Advice
- Returns:
- the assertions (in order)
getUnknownXMLObjects
public java.util.List<XMLObject> getUnknownXMLObjects()
- Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- Specified by:
getUnknownXMLObjects
in interface ElementExtensibleXMLObject
- Returns:
- list of XMLObjects added to this XMLObject as part of the "any" content model
getOrderedChildren
public java.util.List<XMLObject> getOrderedChildren()
- Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- Specified by:
getOrderedChildren
in interface XMLObject
- Returns:
- ordered list of child elements