| Package | Description |
|---|---|
| eu.europeana.api.commons.oauth2.service | |
| eu.europeana.api.commons.oauth2.service.impl |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.oauth2.common.OAuth2RefreshToken |
OAuth2TokenService.findAccessToken(String token)
Find an access token by its string value
|
List<ApiKey> |
ApiKeyService.findByApplicationName(String applicationName)
Find all API keys by applicationName
|
List<org.springframework.security.oauth2.common.OAuth2RefreshToken> |
OAuth2TokenService.findByClientId(String clientId)
Find the list of access tokens associated to a client id
|
List<org.springframework.security.oauth2.common.OAuth2RefreshToken> |
OAuth2TokenService.findByClientIdAndUserName(String clientId,
String userName)
Find the list of access tokens by username
|
ApiKey |
ApiKeyService.findByKey(String apiKey)
Find all API keys by ApiKey
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.oauth2.common.OAuth2RefreshToken |
BridgeApiTokenStoreService.findAccessToken(String token) |
List<org.springframework.security.oauth2.common.OAuth2RefreshToken> |
BridgeApiTokenStoreService.findByClientId(String clientId) |
List<org.springframework.security.oauth2.common.OAuth2RefreshToken> |
BridgeApiTokenStoreService.findByClientIdAndUserName(String clientId,
String userName) |
Copyright © 2019 Europeana Foundation + AIT. All rights reserved.