Interface SAMLObjectBuilder<SAMLObjectType extends SAMLObject>

  • Type Parameters:
    SAMLObjectType - the type of SAMLObject being built
    All Superinterfaces:
    org.opensaml.core.xml.XMLObjectBuilder<SAMLObjectType>
    All Known Implementing Classes:
    AbstractSAMLObjectBuilder

    public interface SAMLObjectBuilder<SAMLObjectType extends SAMLObject>
    extends org.opensaml.core.xml.XMLObjectBuilder<SAMLObjectType>
    Builder for SAMLObjects.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SAMLObjectType buildObject()
      Builds a SAMLObject using the default name and namespace information provided SAML specifications.
      • Methods inherited from interface org.opensaml.core.xml.XMLObjectBuilder

        buildObject, buildObject, buildObject, buildObject, buildObject
    • Method Detail

      • buildObject

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