Uses of Class
com.c8db.entity.ApiKeyEntity
-
Packages that use ApiKeyEntity Package Description com.c8db com.c8db.internal -
-
Uses of ApiKeyEntity in com.c8db
Methods in com.c8db that return ApiKeyEntity Modifier and Type Method Description ApiKeyEntityC8ApiKeys. validateApiKey(String apikey)Validates APIKey and returns its properties -
Uses of ApiKeyEntity in com.c8db.internal
Methods in com.c8db.internal that return ApiKeyEntity Modifier and Type Method Description ApiKeyEntityC8ApiKeysImpl. validateApiKey(String apikey)Methods in com.c8db.internal that return types with arguments of type ApiKeyEntity Modifier and Type Method Description protected C8Executor.ResponseDeserializer<ApiKeyEntity>InternalC8ApiKeys. validateApiKeyResponseDeserializer()
-