Uses of Interface
eu.rarogsoftware.rarog.platform.plugins.pat.api.TokenService
Packages that use TokenService
Package
Description
-
Uses of TokenService in eu.rarogsoftware.rarog.platform.plugins.pat
Classes in eu.rarogsoftware.rarog.platform.plugins.pat that implement TokenServiceConstructors in eu.rarogsoftware.rarog.platform.plugins.pat with parameters of type TokenServiceModifierConstructorDescriptionTokenAuthenticationFilter(TokenService tokenService, MetricsService metricsService) -
Uses of TokenService in eu.rarogsoftware.rarog.platform.plugins.pat.rest
Constructors in eu.rarogsoftware.rarog.platform.plugins.pat.rest with parameters of type TokenServiceModifierConstructorDescriptionAppTokenController(TokenService tokenService) UserTokenController(TokenService tokenService, UserManager userManager, I18nHelper i18nHelper) -
Uses of TokenService in eu.rarogsoftware.rarog.platform.plugins.quickreload
Constructors in eu.rarogsoftware.rarog.platform.plugins.quickreload with parameters of type TokenServiceModifierConstructorDescriptionPluginConfigurer(DefaultQuickReloadService quickReloadService, HomeDirectoryHelper directoryHelper, TokenService tokenService)