Uses of Interface
se.litsec.eidas.opensaml.metadata.MetadataList
-
Packages that use MetadataList 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 MetadataList in se.litsec.eidas.opensaml.metadata
Methods in se.litsec.eidas.opensaml.metadata that return types with arguments of type MetadataList Modifier and Type Method Description List<MetadataList>
MetadataServiceList. getMetadataLists()
Returns a reference to the list of metadata lists held. -
Uses of MetadataList in se.litsec.eidas.opensaml.metadata.impl
Classes in se.litsec.eidas.opensaml.metadata.impl that implement MetadataList Modifier and Type Class Description class
MetadataListImpl
Implementation class forMetadataList
.Methods in se.litsec.eidas.opensaml.metadata.impl that return MetadataList Modifier and Type Method Description MetadataList
MetadataListBuilder. buildObject()
MetadataList
MetadataListBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)
Methods in se.litsec.eidas.opensaml.metadata.impl that return types with arguments of type MetadataList Modifier and Type Method Description List<MetadataList>
MetadataServiceListImpl. getMetadataLists()
Returns a reference to the list of metadata lists held.
-