Uses of Interface
ru.cg.webbpm.modules.security.api.token.JwtTokenService
Packages that use JwtTokenService
Package
Description
-
Uses of JwtTokenService in ru.cg.webbpm.modules.security.api.impl.token
Classes in ru.cg.webbpm.modules.security.api.impl.token that implement JwtTokenService -
Uses of JwtTokenService in ru.cg.webbpm.modules.security.api.spring.impl
Constructors in ru.cg.webbpm.modules.security.api.spring.impl with parameters of type JwtTokenServiceModifierConstructorDescriptionJwtAuthenticationProvider
(JwtTokenService jwtTokenService, org.springframework.security.core.userdetails.UserDetailsService userDetailsService) -
Uses of JwtTokenService in security.handler
Constructors in security.handler with parameters of type JwtTokenServiceModifierConstructorDescriptionSpnegoAuthenticationHandler
(AuthenticationHelper authenticationHelper, KerberosUserNameProvider kerberosUserNameProvider, LoginCredentialsService loginCredentialsService, JwtTokenService jwtTokenService, AuthenticationBundle authenticationBundle) -
Uses of JwtTokenService in security.service
Constructors in security.service with parameters of type JwtTokenServiceModifierConstructorDescriptionAuthenticationHelper
(JwtTokenService jwtTokenService, SecurityContext securityContext)