Uses of Interface
com.atlassian.oauth2.provider.api.token.access.AccessToken
Packages that use AccessToken
Package
Description
-
Uses of AccessToken in com.atlassian.oauth2.provider.api.external
Methods in com.atlassian.oauth2.provider.api.external that return types with arguments of type AccessTokenModifier and TypeMethodDescriptionOAuth2ProviderService.listCurrentUsersAccessTokens()Gets all the current users access tokens -
Uses of AccessToken in com.atlassian.oauth2.provider.api.token
Methods in com.atlassian.oauth2.provider.api.token that return AccessTokenModifier and TypeMethodDescriptionTokenService.createAccessToken(String clientId, String userKey, String authorizationCode, long authorizationDate, Scope scope) Creates an Access TokenMethods in com.atlassian.oauth2.provider.api.token that return types with arguments of type AccessTokenModifier and TypeMethodDescriptionTokenService.findAccessTokensByUserKey(com.atlassian.sal.api.user.UserKey userKey) Finds access tokens for userKeyTokenService.findByAccessTokenId(String tokenId) Tries to find aAccessTokenusing the raw tokenTokenService.removeAccessTokenAssociatedWith(String refreshTokenId) Removes token associated with refresh tokenTokenService.removeAccessTokenById(String tokenId) Removes stored token using raw tokenTokenService.removeByUserKey(String userKey) Removes all tokens for user key -
Uses of AccessToken in com.atlassian.oauth2.provider.api.token.access.dao
Classes in com.atlassian.oauth2.provider.api.token.access.dao that implement AccessTokenMethods in com.atlassian.oauth2.provider.api.token.access.dao that return AccessTokenMethods in com.atlassian.oauth2.provider.api.token.access.dao that return types with arguments of type AccessTokenModifier and TypeMethodDescriptionAccessTokenDao.findByClientId(String clientId) AccessTokenDao.findByToken(String tokenId) AccessTokenDao.findByUserKey(String userKey) AccessTokenDao.removeAllByClientId(String clientId) AccessTokenDao.removeAllByUserKey(String userKey) AccessTokenDao.removeTokenById(String tokenId) Methods in com.atlassian.oauth2.provider.api.token.access.dao with parameters of type AccessToken