Uses of Interface
com.atlassian.oauth2.provider.api.token.refresh.RefreshToken
Packages that use RefreshToken
Package
Description
-
Uses of RefreshToken in com.atlassian.oauth2.provider.api.event.token
Constructors in com.atlassian.oauth2.provider.api.event.token with parameters of type RefreshToken -
Uses of RefreshToken in com.atlassian.oauth2.provider.api.external
Methods in com.atlassian.oauth2.provider.api.external that return types with arguments of type RefreshTokenModifier and TypeMethodDescriptionOAuth2ProviderService.listCurrentUsersRefreshTokens()Gets all the current users refresh tokens -
Uses of RefreshToken in com.atlassian.oauth2.provider.api.token
Methods in com.atlassian.oauth2.provider.api.token that return RefreshTokenModifier and TypeMethodDescriptionTokenService.createRefreshToken(String clientId, String userKey, long authorizationDate, String accessTokenId, Scope scope, String authorizationCode, int refreshCount) Creates a Refresh TokenMethods in com.atlassian.oauth2.provider.api.token that return types with arguments of type RefreshTokenModifier and TypeMethodDescriptionTokenService.findByRefreshTokenId(String tokenId) Tries to find aRefreshTokenusing the raw tokenTokenService.findRefreshTokensByUserKey(com.atlassian.sal.api.user.UserKey userKey) Finds refresh tokens for userKeyTokenService.findRefreshTokensForClientId(String clientId) Finds refresh tokens for a client idTokenService.removeRefreshToken(String refreshTokenId) Removes refresh tokenTokenService.removeRefreshTokenAssociatedWith(String accessTokenId) Removes token associated with access tokenTokenService.removeTokensByAuthorizationCode(String authorizationCode) Removes stored tokens using the provided authorization code -
Uses of RefreshToken in com.atlassian.oauth2.provider.api.token.refresh.dao
Classes in com.atlassian.oauth2.provider.api.token.refresh.dao that implement RefreshTokenMethods in com.atlassian.oauth2.provider.api.token.refresh.dao that return RefreshTokenMethods in com.atlassian.oauth2.provider.api.token.refresh.dao that return types with arguments of type RefreshTokenModifier and TypeMethodDescriptionRefreshTokenDao.findByAuthorizationCode(String authorizationCode) RefreshTokenDao.findByClientId(String clientId) RefreshTokenDao.findByTokenId(String refreshTokenId) RefreshTokenDao.findByUserKey(String userKey) RefreshTokenDao.removeAllByAuthorizationCode(String authorizationCode) RefreshTokenDao.removeByAccessTokenId(String accessTokenId) RefreshTokenDao.removeByClientId(String clientId) RefreshTokenDao.removeByRefreshTokenId(String refreshTokenId) Methods in com.atlassian.oauth2.provider.api.token.refresh.dao with parameters of type RefreshToken