Class CreateServiceAccountTokenResponse
java.lang.Object
org.elasticsearch.client.security.CreateServiceAccountTokenResponse
Response for creating a service account token. Contains the token's name and value for bearer authentication.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfromXContent(org.elasticsearch.xcontent.XContentParser parser) getName()getValue()inthashCode()
-
Constructor Details
-
CreateServiceAccountTokenResponse
-
-
Method Details
-
getName
-
getValue
-
equals
-
hashCode
public int hashCode() -
fromXContent
public static CreateServiceAccountTokenResponse fromXContent(org.elasticsearch.xcontent.XContentParser parser) throws IOException - Throws:
IOException
-