Uses of Class
com.loomcache.springboot.security.JwtTokenService
Packages that use JwtTokenService
Package
Description
-
Uses of JwtTokenService in com.loomcache.springboot.config
Method parameters in com.loomcache.springboot.config with type arguments of type JwtTokenServiceModifier and TypeMethodDescriptionorg.springframework.security.web.SecurityFilterChainSecurityConfig.securityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, RestUserLockoutManager restUserLockoutManager, org.springframework.beans.factory.ObjectProvider<JwtTokenService> jwtTokenServiceProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.web.server.autoconfigure.ServerProperties> serverPropertiesProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties> managementServerPropertiesProvider, RateLimitFilter rateLimitFilter, RestWriteSafetyProperties restWriteSafetyProperties, PublicEndpointProperties publicEndpointProperties, LoomProperties loomProperties) Configure the HTTP security filter chain. -
Uses of JwtTokenService in com.loomcache.springboot.controller
Constructors in com.loomcache.springboot.controller with parameters of type JwtTokenService -
Uses of JwtTokenService in com.loomcache.springboot.security
Constructors in com.loomcache.springboot.security with parameters of type JwtTokenServiceModifierConstructorDescriptionJwtBearerAuthenticationFilter(JwtTokenService tokenService) JwtBearerAuthenticationFilter(JwtTokenService tokenService, @Nullable RateLimitFilter authenticationFailureRateLimiter)