public interface DistributionPoints extends SAMLObject
<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>
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Name of the element.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
DISTRIBUTION_POINT_LOCAL_NAME
Name of the DistributionPoint elements.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
List<DistributionPoint> |
getDistributionPoints()
Returns a reference to the list of distribution points.
|
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
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String DISTRIBUTION_POINT_LOCAL_NAME
List<DistributionPoint> getDistributionPoints()
Copyright © 2018 Litsec AB. All rights reserved.