Uses of Class
com.winchesters.devopsify.jwt.JwtConfig
Packages that use JwtConfig
-
Uses of JwtConfig in com.winchesters.devopsify.jwt
Constructors in com.winchesters.devopsify.jwt with parameters of type JwtConfigModifierConstructorDescriptionJwtTokenVerifier
(JwtConfig jwtConfig) JwtUsernameAndPasswordAuthenticationFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, JwtConfig jwtConfig) -
Uses of JwtConfig in com.winchesters.devopsify.security
Constructors in com.winchesters.devopsify.security with parameters of type JwtConfigModifierConstructorDescriptionApplicationSecurityConfig
(org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, ApplicationUserService applicationUserService, JwtConfig jwtConfig)