Interface AuthnRequestGeneratorContext.AuthnRequestCustomizer
- All Superinterfaces:
Consumer<AuthnRequest>
- Enclosing interface:
AuthnRequestGeneratorContext
public static interface AuthnRequestGeneratorContext.AuthnRequestCustomizer
extends Consumer<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.-
Method Summary