Class GetServiceAccountsResponse
java.lang.Object
org.elasticsearch.client.security.GetServiceAccountsResponse
Response when requesting one or more service accounts.
Returns a List of
ServiceAccountInfo objects-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic GetServiceAccountsResponsefromXContent(org.elasticsearch.xcontent.XContentParser parser) inthashCode()
-
Constructor Details
-
GetServiceAccountsResponse
-
-
Method Details
-
getServiceAccountInfos
-
equals
-
hashCode
public int hashCode() -
fromXContent
public static GetServiceAccountsResponse fromXContent(org.elasticsearch.xcontent.XContentParser parser) throws IOException - Throws:
IOException
-