Class DefaultSpringAddonsJwtDecoderFactory
java.lang.Object
com.c4_soft.springaddons.security.oidc.starter.synchronised.resourceserver.DefaultSpringAddonsJwtDecoderFactory
- All Implemented Interfaces:
SpringAddonsJwtDecoderFactory
public class DefaultSpringAddonsJwtDecoderFactory
extends Object
implements SpringAddonsJwtDecoderFactory
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
-
DefaultSpringAddonsJwtDecoderFactory
public DefaultSpringAddonsJwtDecoderFactory()
-
-
Method Details