- RedirectUriDao - Interface in com.atlassian.oauth2.provider.api.client.dao
-
- RefreshToken - Interface in com.atlassian.oauth2.provider.api.token.refresh
-
- RefreshTokenDao - Interface in com.atlassian.oauth2.provider.api.token.refresh.dao
-
- RefreshTokenEntity - Class in com.atlassian.oauth2.provider.api.token.refresh.dao
-
- RefreshTokenEntity() - Constructor for class com.atlassian.oauth2.provider.api.token.refresh.dao.RefreshTokenEntity
-
- removeAccessTokenAssociatedWith(String) - Method in interface com.atlassian.oauth2.provider.api.token.TokenService
-
Removes token associated with refresh token
- removeAccessTokenById(String) - Method in interface com.atlassian.oauth2.provider.api.token.TokenService
-
Removes stored token using raw token
- removeAllByAuthorizationCode(String) - Method in interface com.atlassian.oauth2.provider.api.token.refresh.dao.RefreshTokenDao
-
- removeAllByClientId(String) - Method in interface com.atlassian.oauth2.provider.api.token.access.dao.AccessTokenDao
-
- removeAllByUserKey(String) - Method in interface com.atlassian.oauth2.provider.api.token.access.dao.AccessTokenDao
-
- removeByAccessTokenId(String) - Method in interface com.atlassian.oauth2.provider.api.token.refresh.dao.RefreshTokenDao
-
- removeByClientId(String) - Method in interface com.atlassian.oauth2.provider.api.client.dao.RedirectUriDao
-
- removeByClientId(String) - Method in interface com.atlassian.oauth2.provider.api.token.refresh.dao.RefreshTokenDao
-
- removeByClientId(String) - Method in interface com.atlassian.oauth2.provider.api.token.TokenService
-
Removes all tokens for client id
- removeByCode(String) - Method in interface com.atlassian.oauth2.provider.api.authorization.dao.AuthorizationDao
-
- removeById(String) - Method in interface com.atlassian.oauth2.provider.api.client.ClientService
-
- removeById(String) - Method in interface com.atlassian.oauth2.provider.api.client.dao.ClientDao
-
- removeByRefreshTokenId(String) - Method in interface com.atlassian.oauth2.provider.api.token.refresh.dao.RefreshTokenDao
-
- removeByUserKey(String) - Method in interface com.atlassian.oauth2.provider.api.token.TokenService
-
Removes all tokens for user key
- removeExpiredAccessTokens(Duration) - Method in interface com.atlassian.oauth2.provider.api.token.TokenService
-
Removes all expired access tokens
- removeExpiredAuthorizations(Duration) - Method in interface com.atlassian.oauth2.provider.api.authorization.AuthorizationService
-
Remove expired authorizations after a expiration period
- removeExpiredAuthorizationsAfter(Duration) - Method in interface com.atlassian.oauth2.provider.api.authorization.dao.AuthorizationDao
-
- removeExpiredRefreshTokens(Duration) - Method in interface com.atlassian.oauth2.provider.api.token.TokenService
-
Removes all expired refresh tokens
- removeExpiredTokensAfter(Duration) - Method in interface com.atlassian.oauth2.provider.api.token.access.dao.AccessTokenDao
-
- removeExpiredTokensAfter(Duration) - Method in interface com.atlassian.oauth2.provider.api.token.refresh.dao.RefreshTokenDao
-
- removeRefreshToken(String) - Method in interface com.atlassian.oauth2.provider.api.token.TokenService
-
Removes refresh token
- removeRefreshTokenAssociatedWith(String) - Method in interface com.atlassian.oauth2.provider.api.token.TokenService
-
Removes token associated with access token
- removeTokenById(String) - Method in interface com.atlassian.oauth2.provider.api.token.access.dao.AccessTokenDao
-
- removeTokensByAuthorizationCode(String) - Method in interface com.atlassian.oauth2.provider.api.token.TokenService
-
Removes stored tokens using the provided authorization code
- removeTokensById(String) - Method in interface com.atlassian.oauth2.provider.api.token.TokenService
-
Removes tokens for tokenId, treating it as an access or refresh token and removing either
- reset() - Method in interface com.atlassian.oauth2.provider.api.settings.ProviderSettingsService
-
Resets JWT secret - generating a new secret
- resetClientSecret(String) - Method in interface com.atlassian.oauth2.provider.api.client.ClientService
-
- resetClientSecret(String, String) - Method in interface com.atlassian.oauth2.provider.api.client.dao.ClientDao
-
- resetJwtSecret() - Method in interface com.atlassian.oauth2.provider.api.settings.ProviderSettingsDao
-
Generate and save JWT secret to plugin settings.