Class DefaultSpringAddonsReactiveJwtDecoderFactory
java.lang.Object
com.c4_soft.springaddons.security.oidc.starter.reactive.resourceserver.DefaultSpringAddonsReactiveJwtDecoderFactory
- All Implemented Interfaces:
SpringAddonsReactiveJwtDecoderFactory
public class DefaultSpringAddonsReactiveJwtDecoderFactory
extends Object
implements SpringAddonsReactiveJwtDecoderFactory
Provides with a JwtDecoder (configured with the required validators). Both JWK-set and issuer URIs are optional, but at least one must be provided.
Uses OpenidProviderPropertiesResolver to resolve the matching OpenID Provider configuration properties and throws an exception if none are found (the
token issuer is not trusted).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultSpringAddonsReactiveJwtDecoderFactory
public DefaultSpringAddonsReactiveJwtDecoderFactory()
-
-
Method Details