Uses of Interface
se.litsec.eidas.opensaml.metadata.DistributionPoint
-
Packages that use DistributionPoint Package Description se.litsec.eidas.opensaml.metadata Classes and interfaces for supporting the eIDASMetadataServiceList
.se.litsec.eidas.opensaml.metadata.impl Implementation classes, builders, marshallers and unmarshallers for the eIDAS metadata service list types. -
-
Uses of DistributionPoint in se.litsec.eidas.opensaml.metadata
Methods in se.litsec.eidas.opensaml.metadata that return types with arguments of type DistributionPoint Modifier and Type Method Description List<DistributionPoint>
DistributionPoints. getDistributionPoints()
Returns a reference to the list of distribution points. -
Uses of DistributionPoint in se.litsec.eidas.opensaml.metadata.impl
Classes in se.litsec.eidas.opensaml.metadata.impl that implement DistributionPoint Modifier and Type Class Description class
DistributionPointImpl
Implementation class forDistributionPoint
.Methods in se.litsec.eidas.opensaml.metadata.impl that return DistributionPoint Modifier and Type Method Description DistributionPoint
DistributionPointBuilder. buildObject()
DistributionPoint
DistributionPointBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)
Methods in se.litsec.eidas.opensaml.metadata.impl that return types with arguments of type DistributionPoint Modifier and Type Method Description List<DistributionPoint>
DistributionPointsImpl. getDistributionPoints()
Returns a reference to the list of distribution points.
-