Uses of Record Class
eu.rarogsoftware.rarog.platform.plugins.pat.api.TokenService.Token
Packages that use TokenService.Token
Package
Description
-
Uses of TokenService.Token in eu.rarogsoftware.rarog.platform.plugins.pat
Methods in eu.rarogsoftware.rarog.platform.plugins.pat that return types with arguments of type TokenService.TokenModifier and TypeMethodDescriptionDbTokenStore.getTokenById(Long tokenId) DefaultTokenService.getTokenById(Long tokenId) TokenStore.getTokenById(Long tokenId) DbTokenStore.getTokenForApp(String appName) DefaultTokenService.getTokenForApp(String appName) TokenStore.getTokenForApp(String appName) DbTokenStore.getTokensForUser(long userId) DefaultTokenService.getTokensForUser(long userId) TokenStore.getTokensForUser(long userId) Methods in eu.rarogsoftware.rarog.platform.plugins.pat with parameters of type TokenService.TokenModifier and TypeMethodDescriptionvoidDbTokenStore.removeToken(TokenService.Token token) voidTokenStore.removeToken(TokenService.Token token) voidDefaultTokenService.revokeToken(TokenService.Token token) -
Uses of TokenService.Token in eu.rarogsoftware.rarog.platform.plugins.pat.api
Methods in eu.rarogsoftware.rarog.platform.plugins.pat.api that return types with arguments of type TokenService.TokenModifier and TypeMethodDescriptionTokenService.getTokenById(Long tokenId) TokenService.getTokenForApp(String appName) TokenService.getTokensForUser(long userId) Methods in eu.rarogsoftware.rarog.platform.plugins.pat.api with parameters of type TokenService.Token -
Uses of TokenService.Token in eu.rarogsoftware.rarog.platform.plugins.pat.rest
Method parameters in eu.rarogsoftware.rarog.platform.plugins.pat.rest with type arguments of type TokenService.TokenModifier and TypeMethodDescriptionTokenControllerHelper.convertTokensToDisplay(List<TokenService.Token> tokens, jakarta.servlet.http.HttpServletRequest request)