Uses of Interface
com.app.security.service.TokenService
Packages that use TokenService
-
Uses of TokenService in com.app.security.filter
Constructors in com.app.security.filter with parameters of type TokenServiceModifierConstructorDescriptionAppAuthenticationFilter
(TokenService tokenService, org.springframework.security.authentication.AuthenticationManager authenticationManager) AppAuthorizationFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, TokenService tokenService) -
Uses of TokenService in com.app.security.service.impl
Classes in com.app.security.service.impl that implement TokenServiceModifier and TypeClassDescriptionclass
Service implementation for handling JWT token creation, parsing, and refreshing.