Class NimbusReactiveJwtDecoder.SecretKeyReactiveJwtDecoderBuilder
- java.lang.Object
-
- org.springframework.security.oauth2.jwt.NimbusReactiveJwtDecoder.SecretKeyReactiveJwtDecoderBuilder
-
- Enclosing class:
- NimbusReactiveJwtDecoder
public static final class NimbusReactiveJwtDecoder.SecretKeyReactiveJwtDecoderBuilder extends java.lang.ObjectA builder for creatingNimbusReactiveJwtDecoderinstances based on aSecretKey.- Since:
- 5.2
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NimbusReactiveJwtDecoderbuild()Build the configuredNimbusReactiveJwtDecoder.NimbusReactiveJwtDecoder.SecretKeyReactiveJwtDecoderBuildermacAlgorithm(MacAlgorithm macAlgorithm)Use the given algorithm when generating the MAC.
-
-
-
Method Detail
-
macAlgorithm
public NimbusReactiveJwtDecoder.SecretKeyReactiveJwtDecoderBuilder macAlgorithm(MacAlgorithm macAlgorithm)
Use the given algorithm when generating the MAC. The value should be one of HS256, HS384 or HS512.- Parameters:
macAlgorithm- the MAC algorithm to use- Returns:
- a
NimbusReactiveJwtDecoder.SecretKeyReactiveJwtDecoderBuilderfor further configurations
-
build
public NimbusReactiveJwtDecoder build()
Build the configuredNimbusReactiveJwtDecoder.- Returns:
- the configured
NimbusReactiveJwtDecoder
-
-