Uses of Class
com.algolia.search.models.apikeys.SecuredApiKeyRestriction
-
Packages that use SecuredApiKeyRestriction Package Description com.algolia.search com.algolia.search.models.apikeys com.algolia.search.util -
-
Uses of SecuredApiKeyRestriction in com.algolia.search
Methods in com.algolia.search with parameters of type SecuredApiKeyRestriction Modifier and Type Method Description default StringSearchClientAPIKeys. generateSecuredAPIKey(String parentAPIKey, SecuredApiKeyRestriction restriction)Generate a virtual API Key without any call to the server. -
Uses of SecuredApiKeyRestriction in com.algolia.search.models.apikeys
Methods in com.algolia.search.models.apikeys that return SecuredApiKeyRestriction Modifier and Type Method Description SecuredApiKeyRestrictionSecuredApiKeyRestriction. setQuery(Query query)SecuredApiKeyRestrictionSecuredApiKeyRestriction. setRestrictIndices(List<String> restrictIndices)SecuredApiKeyRestrictionSecuredApiKeyRestriction. setRestrictSources(String restrictSources)SecuredApiKeyRestrictionSecuredApiKeyRestriction. setUserToken(String userToken)SecuredApiKeyRestrictionSecuredApiKeyRestriction. setValidUntil(Long validUntil) -
Uses of SecuredApiKeyRestriction in com.algolia.search.util
Methods in com.algolia.search.util with parameters of type SecuredApiKeyRestriction Modifier and Type Method Description static StringHmacShaUtils. generateSecuredApiKey(String privateApiKey, SecuredApiKeyRestriction restriction)
-