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