Package com.c4_soft.springaddons.security.oidc.starter.synchronised.resourceserver
package com.c4_soft.springaddons.security.oidc.starter.synchronised.resourceserver
-
ClassDescriptionProvides with a JwtDecoder (configured with the required validators).An
AuthenticationManagerrelying onJWTClaimsSetAuthenticationManager.JWTClaimsSetAuthenticationManagerResolver, itself usingSpringAddonsJwtDecoderFactoryand aConverter<Jwt, AbstractAuthenticationToken>.AnAuthenticationManagerResolverfor resource servers using JWT decoder(s).ProcessHttpSecurityof default security filter-chain after it was processed by spring-addons.AnAuthenticationManagerResolveralways resolving the sameJWTClaimsSetAuthenticationManagerwhich relies onJWTClaimsSetAuthenticationManager.JWTClaimsSetAuthenticationManagerResolver, itself usingSpringAddonsJwtDecoderFactoryand aConverter@lt;Jwt, AbstractAuthenticationToken>.Provides with a JwtDecoder (configured with the required validators).Usage
If not using spring-boot, @Import or @ComponentScan this class.