Interface SAMLObjectBuilder<SAMLObjectType extends SAMLObject>

Type Parameters:
SAMLObjectType - the type of SAMLObject being built
All Superinterfaces:
XMLObjectBuilder<SAMLObjectType>
All Known Implementing Classes:
AbstractSAMLObjectBuilder

public interface SAMLObjectBuilder<SAMLObjectType extends SAMLObject> extends XMLObjectBuilder<SAMLObjectType>
Builder for SAMLObjects.
  • Method Details

    • buildObject

      @Nonnull SAMLObjectType buildObject()
      Builds a SAMLObject using the default name and namespace information provided SAML specifications.
      Returns:
      built SAMLObject