Uses of Class
app.valuationcontrol.webservice.securityhelpers.JwtAuthenticationConverter
Packages that use JwtAuthenticationConverter
Package
Description
-
Uses of JwtAuthenticationConverter in app.valuationcontrol.webservice.securityhelpers
Methods in app.valuationcontrol.webservice.securityhelpers with parameters of type JwtAuthenticationConverterModifier and TypeMethodDescriptionorg.springframework.security.web.SecurityFilterChainSecurityConfig.filterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, JwtAuthenticationConverter jwtAuthenticationConverter) Constructors in app.valuationcontrol.webservice.securityhelpers with parameters of type JwtAuthenticationConverterModifierConstructorDescriptionWebSocketConfiguration(org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, JwtAuthenticationConverter jwtAuthenticationConverter, AllowedOrigins allowedOrigins) -
Uses of JwtAuthenticationConverter in app.valuationcontrol.webservice.securityhelpers.stompInterceptors
Constructors in app.valuationcontrol.webservice.securityhelpers.stompInterceptors with parameters of type JwtAuthenticationConverterModifierConstructorDescriptionVerifyConnectInterceptor(org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, JwtAuthenticationConverter jwtAuthenticationConverter)