Interface AuthnRequestGeneratorContext.AuthnRequestCustomizer

All Superinterfaces:
Consumer<org.opensaml.saml.saml2.core.AuthnRequest>
Enclosing interface:
AuthnRequestGeneratorContext

public static interface AuthnRequestGeneratorContext.AuthnRequestCustomizer extends Consumer<org.opensaml.saml.saml2.core.AuthnRequest>
When the generator is done building the AuthnRequest, but before it is signed, it will ask the AuthnRequestGeneratorContext.getAuthnRequestCustomizer() method for the customizer that may operate and add customizations to the request object.