Uses of Interface
com.activeviam.web.spring.api.jwt.IJwtService
Packages that use IJwtService
Package
Description
-
Uses of IJwtService in com.activeviam.web.spring.api.config
Methods in com.activeviam.web.spring.api.config that return IJwtServiceModifier and TypeMethodDescriptionIJwtConfig.jwtService()Returns a bean which can generate tokens. -
Uses of IJwtService in com.activeviam.web.spring.api.jwt
Constructors in com.activeviam.web.spring.api.jwt with parameters of type IJwtServiceModifierConstructorDescriptionJwtUserAuthenticator(String username, IJwtService jwtService, org.springframework.security.core.userdetails.UserDetailsService userDetailsService) Constructor. -
Uses of IJwtService in com.activeviam.web.spring.api.security
Constructors in com.activeviam.web.spring.api.security with parameters of type IJwtService