Class CompanyBuilder

All Implemented Interfaces:
XMLObjectBuilder<Company>, SAMLObjectBuilder<Company>

public class CompanyBuilder extends AbstractSAMLObjectBuilder<Company>
Builder for Company.
  • Constructor Details

    • CompanyBuilder

      public CompanyBuilder()
  • Method Details

    • buildObject

      @Nonnull public Company buildObject()
      Builds a SAMLObject using the default name and namespace information provided SAML specifications.
      Specified by:
      buildObject in interface SAMLObjectBuilder<Company>
      Specified by:
      buildObject in class AbstractSAMLObjectBuilder<Company>
      Returns:
      built SAMLObject
    • buildObject

      @Nonnull public Company buildObject(@Nullable String namespaceURI, @Nonnull String localName, @Nullable String namespacePrefix)
      Creates an XMLObject with a given fully qualified name.
      Specified by:
      buildObject in interface XMLObjectBuilder<Company>
      Specified by:
      buildObject in class AbstractXMLObjectBuilder<Company>
      Parameters:
      namespaceURI - the URI of the namespace the Element represented by this XMLObject will be in
      localName - the local name of the Element represented by this XMLObject
      namespacePrefix - the namespace prefix of the Element represented by this XMLObject
      Returns:
      the constructed XMLObject