| Package | Description |
|---|---|
| org.genesys.blocks.oauth.model | |
| org.genesys.blocks.oauth.persistence | |
| org.genesys.blocks.oauth.service |
| Constructor and Description |
|---|
QAccessToken(com.querydsl.core.types.Path<? extends AccessToken> path) |
| Modifier and Type | Method and Description |
|---|---|
AccessToken |
AccessTokenRepository.findByAuthenticationId(String key)
Find by authentication id.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessToken> |
AccessTokenRepository.findByClientId(String clientId)
Find by client id.
|
List<AccessToken> |
AccessTokenRepository.findByClientIdAndUsername(String clientId,
String username)
Find by client id and username.
|
List<AccessToken> |
AccessTokenRepository.findByUsername(String uuid)
Find by username.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessToken> |
OAuthServiceImpl.findAccessTokensByClientId(String clientId) |
List<AccessToken> |
OAuthTokenStoreService.findAccessTokensByClientId(String clientId)
Find access tokens by client id.
|
List<AccessToken> |
OAuthServiceImpl.findTokensByUserUuid(String uuid) |
List<AccessToken> |
OAuthTokenStoreService.findTokensByUserUuid(String uuid)
Find tokens by user uuid.
|
Copyright © 2018 Global Crop Diversity Trust. All rights reserved.