Uses of Interface
se.litsec.eidas.opensaml.metadata.SchemeInformation
-
Packages that use SchemeInformation 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 SchemeInformation in se.litsec.eidas.opensaml.metadata
Methods in se.litsec.eidas.opensaml.metadata that return SchemeInformation Modifier and Type Method Description SchemeInformation
MetadataServiceList. getSchemeInformation()
Returns the scheme information element for this list.Methods in se.litsec.eidas.opensaml.metadata with parameters of type SchemeInformation Modifier and Type Method Description void
MetadataServiceList. setSchemeInformation(SchemeInformation schemeInformation)
Assigns the scheme information element for this list. -
Uses of SchemeInformation in se.litsec.eidas.opensaml.metadata.impl
Classes in se.litsec.eidas.opensaml.metadata.impl that implement SchemeInformation Modifier and Type Class Description class
SchemeInformationImpl
Implementation class forSchemeInformation
.Methods in se.litsec.eidas.opensaml.metadata.impl that return SchemeInformation Modifier and Type Method Description SchemeInformation
SchemeInformationBuilder. buildObject()
SchemeInformation
SchemeInformationBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)
SchemeInformation
MetadataServiceListImpl. getSchemeInformation()
Returns the scheme information element for this list.Methods in se.litsec.eidas.opensaml.metadata.impl with parameters of type SchemeInformation Modifier and Type Method Description void
MetadataServiceListImpl. setSchemeInformation(SchemeInformation schemeInformation)
Assigns the scheme information element for this list.
-