Interface DistributionPoints
-
- All Superinterfaces:
SAMLObject,XMLObject
- All Known Implementing Classes:
DistributionPointsImpl
public interface DistributionPoints extends 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 (martin.lindstrom@litsec.se)
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_ELEMENT_LOCAL_NAMEName of the element.static QNameDEFAULT_ELEMENT_NAMEDefault element name.static StringDISTRIBUTION_POINT_LOCAL_NAMEName of the DistributionPoint elements.static StringTYPE_LOCAL_NAMELocal name of the XSI type.static QNameTYPE_NAMEQName of the XSI type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DistributionPoint>getDistributionPoints()Returns a reference to the list of distribution points.-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, 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 Detail
-
DEFAULT_ELEMENT_LOCAL_NAME
static final String DEFAULT_ELEMENT_LOCAL_NAME
Name of the element.- See Also:
- Constant Field Values
-
DEFAULT_ELEMENT_NAME
static final QName DEFAULT_ELEMENT_NAME
Default element name.
-
TYPE_LOCAL_NAME
static final String TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
- Constant Field Values
-
TYPE_NAME
static final QName TYPE_NAME
QName of the XSI type.
-
DISTRIBUTION_POINT_LOCAL_NAME
static final String DISTRIBUTION_POINT_LOCAL_NAME
Name of the DistributionPoint elements.- See Also:
- Constant Field Values
-
-
Method Detail
-
getDistributionPoints
List<DistributionPoint> getDistributionPoints()
Returns a reference to the list of distribution points.- Returns:
- an distrubution point list
-
-