Interface DistributionPoints
- All Superinterfaces:
org.opensaml.saml.common.SAMLObject
,org.opensaml.core.xml.XMLObject
- All Known Implementing Classes:
DistributionPointsImpl
public interface DistributionPoints
extends org.opensaml.saml.common.SAMLObject
The
<ser:DistributionPoints>
element.
<xs:complexType name="DistributionPointsType">
<xs:annotation>
<xs:documentation>
A list of distribution points. URLs from where the metadata service list can be downloaded.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="DistributionPoint" type="xs:anyURI" minOccurs="1" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
- Author:
- Martin Lindström
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a reference to the list of distribution points.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Name of the element.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
DISTRIBUTION_POINT_LOCAL_NAME
Name of the DistributionPoint elements.- See Also:
-
-
Method Details
-
getDistributionPoints
List<DistributionPoint> getDistributionPoints()Returns a reference to the list of distribution points.- Returns:
- a distrubution point list
-