Uses of Record Class
io.meeds.oauth2.server.model.OAuthAccessToken
Packages that use OAuthAccessToken
Package
Description
-
Uses of OAuthAccessToken in io.meeds.oauth2.server.rest
Methods in io.meeds.oauth2.server.rest that return types with arguments of type OAuthAccessTokenModifier and TypeMethodDescription -
Uses of OAuthAccessToken in io.meeds.oauth2.server.service
Methods in io.meeds.oauth2.server.service that return types with arguments of type OAuthAccessTokenModifier and TypeMethodDescriptionOAuthTokenService.getTokensByClient(String clientId) OAuthTokenService.getTokensByUser(String username) OAuthTokenService.getTokensByUserAndClient(String username, String clientId) -
Uses of OAuthAccessToken in io.meeds.oauth2.server.storage
Methods in io.meeds.oauth2.server.storage that return types with arguments of type OAuthAccessTokenModifier and TypeMethodDescriptionOAuthTokenStorage.findByClientId(String clientId) OAuthTokenStorage.findByUser(String username) OAuthTokenStorage.findByUserAndClientId(String username, String clientId) -
Uses of OAuthAccessToken in io.meeds.oauth2.server.util
Methods in io.meeds.oauth2.server.util that return OAuthAccessTokenModifier and TypeMethodDescriptionstatic OAuthAccessTokenEntityMapper.toSimplifiedObject(OAuthTokenEntity entity)