Class SchemeInformationBuilder

java.lang.Object
org.opensaml.core.xml.AbstractXMLObjectBuilder<SchemeInformation>
org.opensaml.saml.common.AbstractSAMLObjectBuilder<SchemeInformation>
se.swedenconnect.opensaml.eidas.metadata.impl.SchemeInformationBuilder
All Implemented Interfaces:
org.opensaml.core.xml.XMLObjectBuilder<SchemeInformation>, org.opensaml.saml.common.SAMLObjectBuilder<SchemeInformation>

public class SchemeInformationBuilder extends org.opensaml.saml.common.AbstractSAMLObjectBuilder<SchemeInformation>
Builder for SchemeInformation objects.
Author:
Martin Lindström
  • Constructor Details

    • SchemeInformationBuilder

      public SchemeInformationBuilder()
  • Method Details

    • buildObject

      @Nonnull public SchemeInformation buildObject()
      Specified by:
      buildObject in interface org.opensaml.saml.common.SAMLObjectBuilder<SchemeInformation>
      Specified by:
      buildObject in class org.opensaml.saml.common.AbstractSAMLObjectBuilder<SchemeInformation>
    • buildObject

      @Nonnull public SchemeInformation buildObject(String namespaceURI, @Nonnull String localName, String namespacePrefix)
      Specified by:
      buildObject in interface org.opensaml.core.xml.XMLObjectBuilder<SchemeInformation>
      Specified by:
      buildObject in class org.opensaml.core.xml.AbstractXMLObjectBuilder<SchemeInformation>