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 SchemeInformationMetadataServiceList. 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 voidMetadataServiceList. 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 classSchemeInformationImplImplementation class forSchemeInformation.Methods in se.litsec.eidas.opensaml.metadata.impl that return SchemeInformation Modifier and Type Method Description SchemeInformationSchemeInformationBuilder. buildObject()SchemeInformationSchemeInformationBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)SchemeInformationMetadataServiceListImpl. 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 voidMetadataServiceListImpl. setSchemeInformation(SchemeInformation schemeInformation)Assigns the scheme information element for this list.
-