Uses of Interface
se.litsec.eidas.opensaml.metadata.MetadataLocation
-
Packages that use MetadataLocation 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 MetadataLocation in se.litsec.eidas.opensaml.metadata
Methods in se.litsec.eidas.opensaml.metadata that return types with arguments of type MetadataLocation Modifier and Type Method Description List<MetadataLocation>
MetadataList. getMetadataLocations()
Returns a reference to the list of metadata location elements. -
Uses of MetadataLocation in se.litsec.eidas.opensaml.metadata.impl
Classes in se.litsec.eidas.opensaml.metadata.impl that implement MetadataLocation Modifier and Type Class Description class
MetadataLocationImpl
Implementation class forMetadataLocation
.Methods in se.litsec.eidas.opensaml.metadata.impl that return MetadataLocation Modifier and Type Method Description MetadataLocation
MetadataLocationBuilder. buildObject()
MetadataLocation
MetadataLocationBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)
Methods in se.litsec.eidas.opensaml.metadata.impl that return types with arguments of type MetadataLocation Modifier and Type Method Description List<MetadataLocation>
MetadataListImpl. getMetadataLocations()
Returns a reference to the list of metadata location elements.
-