Interface JwkSetUriReactiveJwtDecoderBuilderCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface for the customization of the
NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder used to create the auto-configured
ReactiveJwtDecoder for a JWK set URI that has been configured directly or
obtained through an issuer URI.- Since:
- 3.1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.springframework.security.oauth2.jwt.NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder builder) Customize the givenbuilder.
-
Method Details
-
customize
void customize(org.springframework.security.oauth2.jwt.NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder builder) Customize the givenbuilder.- Parameters:
builder- thebuilderto customize
-