Class CreateApiKeyRequest
java.lang.Object
org.elasticsearch.client.security.CreateApiKeyRequest
- All Implemented Interfaces:
Validatable,ToXContent,ToXContentObject
public final class CreateApiKeyRequest extends java.lang.Object implements Validatable, ToXContentObject
Request to create API key
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
-
Constructor Summary
Constructors Constructor Description CreateApiKeyRequest(java.lang.String name, java.util.List<Role> roles, TimeValue expiration, RefreshPolicy refreshPolicy)Create API Key request constructor -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)TimeValuegetExpiration()java.lang.StringgetName()RefreshPolicygetRefreshPolicy()java.util.List<Role>getRoles()inthashCode()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)
-
Constructor Details
-
CreateApiKeyRequest
public CreateApiKeyRequest(@Nullable java.lang.String name, java.util.List<Role> roles, @Nullable TimeValue expiration, @Nullable RefreshPolicy refreshPolicy)Create API Key request constructor- Parameters:
name- name for the API keyroles- list ofRolesexpiration- to specify expiration for the API key
-
-
Method Details
-
getName
public java.lang.String getName() -
getExpiration
-
getRoles
-
getRefreshPolicy
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-