Uses of Class
com.easy_model.webservice.securityhelpers.JwtAuthenticationConverter
Packages that use JwtAuthenticationConverter
Package
Description
-
Uses of JwtAuthenticationConverter in com.easy_model.webservice.securityhelpers
Methods in com.easy_model.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 com.easy_model.webservice.securityhelpers with parameters of type JwtAuthenticationConverterModifierConstructorDescriptionWebSocketConfiguration(org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, JwtAuthenticationConverter jwtAuthenticationConverter, AllowedOrigins allowedOrigins) -
Uses of JwtAuthenticationConverter in com.easy_model.webservice.securityhelpers.stompInterceptors
Constructors in com.easy_model.webservice.securityhelpers.stompInterceptors with parameters of type JwtAuthenticationConverterModifierConstructorDescriptionVerifyConnectInterceptor(org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, JwtAuthenticationConverter jwtAuthenticationConverter)