Module org.elasticsearch.xcore
Class ChangePasswordRequest
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.action.ActionRequest
org.elasticsearch.action.LegacyActionRequest
org.elasticsearch.xpack.core.security.action.user.ChangePasswordRequest
- All Implemented Interfaces:
WriteRequest<ChangePasswordRequest>,Writeable,org.elasticsearch.core.RefCounted,TaskAwareRequest,UserRequest
public class ChangePasswordRequest
extends LegacyActionRequest
implements UserRequest, WriteRequest<ChangePasswordRequest>
Request to change a user's password.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>Nested classes/interfaces inherited from interface org.elasticsearch.action.support.WriteRequest
WriteRequest.RefreshPolicy -
Field Summary
Fields inherited from interface org.elasticsearch.core.RefCounted
ALWAYS_REFERENCED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionShould this request trigger a refresh (WriteRequest.RefreshPolicy.IMMEDIATE, the default), wait for a refresh ( WriteRequest.RefreshPolicy.WAIT_UNTIL), or proceed ignore refreshes entirely (WriteRequest.RefreshPolicy.NONE).char[]voidpasswordHash(char[] passwordHash) setRefreshPolicy(WriteRequest.RefreshPolicy refreshPolicy) username()voidString[]Accessor for the usernames that this request pertains to.validate()voidwriteTo(StreamOutput out) Methods inherited from class org.elasticsearch.action.ActionRequest
getShouldStoreResultMethods inherited from class org.elasticsearch.transport.TransportRequest
getParentTask, getRequestId, setParentTask, setRequestId, toStringMethods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.core.RefCounted
mustIncRefMethods inherited from interface org.elasticsearch.tasks.TaskAwareRequest
createTask, getDescription, setParentTaskMethods inherited from interface org.elasticsearch.action.support.WriteRequest
setRefreshPolicy
-
Constructor Details
-
ChangePasswordRequest
public ChangePasswordRequest() -
ChangePasswordRequest
- Throws:
IOException
-
-
Method Details
-
validate
- Specified by:
validatein interfaceWriteRequest<ChangePasswordRequest>- Specified by:
validatein classActionRequest
-
username
-
username
-
passwordHash
public char[] passwordHash() -
passwordHash
public void passwordHash(char[] passwordHash) -
getRefreshPolicy
Should this request trigger a refresh (WriteRequest.RefreshPolicy.IMMEDIATE, the default), wait for a refresh ( WriteRequest.RefreshPolicy.WAIT_UNTIL), or proceed ignore refreshes entirely (WriteRequest.RefreshPolicy.NONE).- Specified by:
getRefreshPolicyin interfaceWriteRequest<ChangePasswordRequest>
-
setRefreshPolicy
- Specified by:
setRefreshPolicyin interfaceWriteRequest<ChangePasswordRequest>
-
usernames
Description copied from interface:UserRequestAccessor for the usernames that this request pertains to.nullshould never be returned!- Specified by:
usernamesin interfaceUserRequest
-
writeTo
- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classActionRequest- Throws:
IOException
-