Class MatchValueBuilder

java.lang.Object
org.opensaml.core.xml.AbstractXMLObjectBuilder<MatchValue>
org.opensaml.saml.common.AbstractSAMLObjectBuilder<MatchValue>
se.swedenconnect.opensaml.sweid.saml2.authn.psc.impl.MatchValueBuilder
All Implemented Interfaces:
org.opensaml.core.xml.XMLObjectBuilder<MatchValue>, org.opensaml.saml.common.SAMLObjectBuilder<MatchValue>

public class MatchValueBuilder extends org.opensaml.saml.common.AbstractSAMLObjectBuilder<MatchValue>
A builder for MatchValue objects.
Author:
Martin Lindström (martin@idsec.se)
  • Constructor Details

    • MatchValueBuilder

      public MatchValueBuilder()
  • Method Details

    • buildObject

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

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