public static final class NimbusReactiveJwtDecoder.PublicKeyReactiveJwtDecoderBuilder
extends java.lang.Object
NimbusReactiveJwtDecoder
instances based on a public
key.Modifier and Type | Method and Description |
---|---|
NimbusReactiveJwtDecoder |
build()
Build the configured
NimbusReactiveJwtDecoder . |
NimbusReactiveJwtDecoder.PublicKeyReactiveJwtDecoderBuilder |
jwtProcessorCustomizer(java.util.function.Consumer<com.nimbusds.jwt.proc.ConfigurableJWTProcessor<com.nimbusds.jose.proc.SecurityContext>> jwtProcessorCustomizer)
Use the given
Consumer to customize the ConfigurableJWTProcessor before passing it to the build
NimbusReactiveJwtDecoder . |
NimbusReactiveJwtDecoder.PublicKeyReactiveJwtDecoderBuilder |
signatureAlgorithm(SignatureAlgorithm signatureAlgorithm)
Use the given signing
algorithm.
|
public NimbusReactiveJwtDecoder.PublicKeyReactiveJwtDecoderBuilder signatureAlgorithm(SignatureAlgorithm signatureAlgorithm)
signatureAlgorithm
- the algorithm to useNimbusReactiveJwtDecoder.PublicKeyReactiveJwtDecoderBuilder
for further configurationspublic NimbusReactiveJwtDecoder.PublicKeyReactiveJwtDecoderBuilder jwtProcessorCustomizer(java.util.function.Consumer<com.nimbusds.jwt.proc.ConfigurableJWTProcessor<com.nimbusds.jose.proc.SecurityContext>> jwtProcessorCustomizer)
Consumer
to customize the ConfigurableJWTProcessor
before passing it to the build
NimbusReactiveJwtDecoder
.jwtProcessorCustomizer
- the callback used to alter the processorNimbusReactiveJwtDecoder.PublicKeyReactiveJwtDecoderBuilder
for further configurationspublic NimbusReactiveJwtDecoder build()
NimbusReactiveJwtDecoder
.NimbusReactiveJwtDecoder