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