Package org.keycloak.saml
Interface SamlProtocolExtensionsAwareBuilder.NodeGenerator
- All Known Implementing Classes:
KeycloakKeySamlExtensionGenerator
- Enclosing interface:
- SamlProtocolExtensionsAwareBuilder<T>
public static interface SamlProtocolExtensionsAwareBuilder.NodeGenerator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(XMLStreamWriter writer) Generate contents of the <samlp:Extensions> tag.
-
Method Details
-
write
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
-