Uses of Interface
se.litsec.eidas.opensaml.metadata.MetadataServiceList
-
Packages that use MetadataServiceList 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 MetadataServiceList in se.litsec.eidas.opensaml.metadata
Methods in se.litsec.eidas.opensaml.metadata with parameters of type MetadataServiceList Modifier and Type Method Description void
MetadataServiceListSignatureValidator. validateSignature(MetadataServiceList mdsl, X509Certificate signersCertificate)
Validates the signature of the suppliedMetadataServiceList
element using the supplied certificate. -
Uses of MetadataServiceList in se.litsec.eidas.opensaml.metadata.impl
Classes in se.litsec.eidas.opensaml.metadata.impl that implement MetadataServiceList Modifier and Type Class Description class
MetadataServiceListImpl
Implementation class forMetadataList
.Methods in se.litsec.eidas.opensaml.metadata.impl that return MetadataServiceList Modifier and Type Method Description MetadataServiceList
MetadataServiceListBuilder. buildObject()
MetadataServiceList
MetadataServiceListBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)
-