Class RequestBuilder

java.lang.Object
org.opensaml.core.xml.AbstractXMLObjectBuilder<SAMLObjectType>
org.opensaml.saml.common.AbstractSAMLObjectBuilder<RequestImpl>
ddf.security.liberty.paos.impl.RequestBuilder
All Implemented Interfaces:
org.opensaml.core.xml.XMLObjectBuilder<RequestImpl>, org.opensaml.saml.common.SAMLObjectBuilder<RequestImpl>

public class RequestBuilder extends org.opensaml.saml.common.AbstractSAMLObjectBuilder<RequestImpl>
  • Constructor Details

    • RequestBuilder

      public RequestBuilder()
  • Method Details

    • buildObject

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

      @Nonnull public RequestImpl buildObject(@Nullable String uri, @Nonnull @NotEmpty String localName, @Nullable String prefix)
      Specified by:
      buildObject in interface org.opensaml.core.xml.XMLObjectBuilder<RequestImpl>
      Specified by:
      buildObject in class org.opensaml.core.xml.AbstractXMLObjectBuilder<RequestImpl>