Class GetApiKeyResponse
- java.lang.Object
-
- org.elasticsearch.client.security.GetApiKeyResponse
-
public final class GetApiKeyResponse extends Object
Response for get API keys.
The result contains information about the API keys that were found.
-
-
Constructor Summary
Constructors Constructor Description GetApiKeyResponse(List<ApiKey> foundApiKeysInfo)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetApiKeyResponseemptyResponse()booleanequals(Object obj)static GetApiKeyResponsefromXContent(XContentParser parser)List<ApiKey>getApiKeyInfos()inthashCode()StringtoString()
-
-
-
Method Detail
-
emptyResponse
public static GetApiKeyResponse emptyResponse()
-
fromXContent
public static GetApiKeyResponse fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
-