Uses of Class
com.almis.awe.rest.service.JWTTokenService
Packages that use JWTTokenService
-
Uses of JWTTokenService in com.almis.awe.rest.controller
Constructors in com.almis.awe.rest.controller with parameters of type JWTTokenServiceModifierConstructorDescriptionAweRestController
(QueryService queryService, MaintainService maintainService, AweRequest request, JWTTokenService jwtTokenService, org.modelmapper.ModelMapper modelMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Autowired constructor -
Uses of JWTTokenService in com.almis.awe.rest.security
Constructors in com.almis.awe.rest.security with parameters of type JWTTokenServiceModifierConstructorDescriptionJWTAuthenticationFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper, JWTTokenService jwtTokenService) Instantiates a new Jwt authentication filter.JWTAuthorizationFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.core.userdetails.UserDetailsService userDetailsService, JWTTokenService jwtTokenService) JWTAuthorizationFilter constructor