| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.apikeys | |
| com.algolia.search.util |
| Modifier and Type | Method and Description |
|---|---|
default String |
SearchClientAPIKeys.generateSecuredAPIKey(String parentAPIKey,
SecuredApiKeyRestriction restriction)
Generate a virtual API Key without any call to the server.
|
| Modifier and Type | Method and Description |
|---|---|
SecuredApiKeyRestriction |
SecuredApiKeyRestriction.setQuery(Query query) |
SecuredApiKeyRestriction |
SecuredApiKeyRestriction.setRestrictIndices(List<String> restrictIndices) |
SecuredApiKeyRestriction |
SecuredApiKeyRestriction.setRestrictSources(List<String> restrictSources) |
SecuredApiKeyRestriction |
SecuredApiKeyRestriction.setUserToken(String userToken) |
SecuredApiKeyRestriction |
SecuredApiKeyRestriction.setValidUntil(Long validUntil) |
| Modifier and Type | Method and Description |
|---|---|
static String |
HmacShaUtils.generateSecuredApiKey(String privateApiKey,
SecuredApiKeyRestriction restriction) |
Copyright © 2019. All rights reserved.