Uses of Interface
com.c4_soft.springaddons.security.oidc.starter.synchronised.resourceserver.SpringAddonsJwtDecoderFactory
Packages that use SpringAddonsJwtDecoderFactory
-
Uses of SpringAddonsJwtDecoderFactory in com.c4_soft.springaddons.security.oidc.starter.synchronised.resourceserver
Classes in com.c4_soft.springaddons.security.oidc.starter.synchronised.resourceserver that implement SpringAddonsJwtDecoderFactoryModifier and TypeClassDescriptionclassProvides with a JwtDecoder (configured with the required validators).Constructors in com.c4_soft.springaddons.security.oidc.starter.synchronised.resourceserver with parameters of type SpringAddonsJwtDecoderFactoryModifierConstructorDescriptionJWTClaimsSetAuthenticationManager(OpenidProviderPropertiesResolver opPropertiesResolver, SpringAddonsJwtDecoderFactory jwtDecoderFactory, org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt, org.springframework.security.authentication.AbstractAuthenticationToken> jwtAuthenticationConverter) SpringAddonsJwtAuthenticationManagerResolver(OpenidProviderPropertiesResolver opPropertiesResolver, SpringAddonsJwtDecoderFactory jwtDecoderFactory, org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt, org.springframework.security.authentication.AbstractAuthenticationToken> jwtAuthenticationConverter)