Interface SamlProtocolExtensionsAwareBuilder.NodeGenerator

All Known Implementing Classes:
KeycloakKeySamlExtensionGenerator
Enclosing interface:
SamlProtocolExtensionsAwareBuilder<T>

public static interface SamlProtocolExtensionsAwareBuilder.NodeGenerator
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Generate contents of the <samlp:Extensions> tag.
  • Method Details

    • write

      void write(XMLStreamWriter writer) throws ProcessingException
      Generate contents of the <samlp:Extensions> tag. When this method is invoked, the writer has already emitted the <samlp:Extensions> start tag.
      Parameters:
      writer - Writer to use for producing XML output
      Throws:
      ProcessingException - If any exception fails