Class SPSSODescriptorBuilder

All Implemented Interfaces:
SAMLObjectBuilder<SPSSODescriptor>

public class SPSSODescriptorBuilder extends AbstractSSODescriptorBuilder<SPSSODescriptor,SPSSODescriptorBuilder>
A builder for SPSSODescriptor objects.
Author:
Martin Lindström (martin@idsec.se)
  • Constructor Details

    • SPSSODescriptorBuilder

      public SPSSODescriptorBuilder()
      Default constructor.
    • SPSSODescriptorBuilder

      public SPSSODescriptorBuilder(SPSSODescriptor 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