org.opensaml.saml2.core.impl
Class ProxyRestrictionImpl
java.lang.Object
org.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.common.impl.AbstractSAMLObject
org.opensaml.saml2.core.impl.ProxyRestrictionImpl
- All Implemented Interfaces:
- SAMLObject, Condition, ProxyRestriction, ValidatingXMLObject, XMLObject
public class ProxyRestrictionImpl
- extends AbstractSAMLObject
- implements ProxyRestriction
Concrete implementation of ProxyRestriction
Constructor Summary |
protected |
ProxyRestrictionImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor |
Method Summary |
java.util.List<Audience> |
getAudiences()
Gets the list of audiences to whom the assertion may be proxied. |
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM. |
java.lang.Integer |
getProxyCount()
Gets the number of times the assertion may be proxied. |
void |
setProxyCount(java.lang.Integer newProxyCount)
Sets the number of times the assertion may be proxied. |
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 |
ProxyRestrictionImpl
protected ProxyRestrictionImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
- Constructor
- Parameters:
namespaceURI
- elementLocalName
- namespacePrefix
-
getAudiences
public java.util.List<Audience> getAudiences()
- Gets the list of audiences to whom the assertion may be proxied.
- Specified by:
getAudiences
in interface ProxyRestriction
- Returns:
- the list of audiences to whom the assertion may be proxied
getProxyCount
public java.lang.Integer getProxyCount()
- Gets the number of times the assertion may be proxied.
- Specified by:
getProxyCount
in interface ProxyRestriction
- Returns:
- the number of times the assertion may be proxied
setProxyCount
public void setProxyCount(java.lang.Integer newProxyCount)
- Sets the number of times the assertion may be proxied.
- Specified by:
setProxyCount
in interface ProxyRestriction
- Parameters:
newProxyCount
- the number of times the assertion may be proxied
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