Class ExtensionsBuilder

java.lang.Object
se.swedenconnect.opensaml.common.builder.AbstractSAMLObjectBuilder<Extensions>
se.swedenconnect.opensaml.saml2.metadata.build.ExtensionsBuilder
All Implemented Interfaces:
SAMLObjectBuilder<Extensions>

public class ExtensionsBuilder extends AbstractSAMLObjectBuilder<Extensions>
Builder for metadata Extensions objects.
Author:
Martin Lindström (martin@idsec.se)
  • Constructor Details

    • ExtensionsBuilder

      public ExtensionsBuilder()
      Default constructor.
    • ExtensionsBuilder

      public ExtensionsBuilder(Extensions template, boolean clone)
      Constructor setting up the builder with a template object. Users of the instance may now change, add or delete, the elements and attributes of the template object using the assignment methods of the builder.

      The clone parameter tells whether the object should be cloned or not. If set to true, any modifications will have no effect on the passed object.

      Parameters:
      template - the template object
      clone - whether the template object should be cloned
  • Method Details