Class IDPSSODescriptorBuilder

All Implemented Interfaces:
SAMLObjectBuilder<IDPSSODescriptor>

public class IDPSSODescriptorBuilder extends AbstractSSODescriptorBuilder<IDPSSODescriptor,IDPSSODescriptorBuilder>
Builder for IDPSSODescriptor objects.
Author:
Martin Lindström (martin@idsec.se)
  • Constructor Details

    • IDPSSODescriptorBuilder

      public IDPSSODescriptorBuilder()
      Default constructor.
    • IDPSSODescriptorBuilder

      public IDPSSODescriptorBuilder(IDPSSODescriptor 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