Class SetUserEnabledRequest

java.lang.Object
org.elasticsearch.client.security.SetUserEnabledRequest
All Implemented Interfaces:
Validatable
Direct Known Subclasses:
DisableUserRequest, EnableUserRequest

public abstract class SetUserEnabledRequest
extends java.lang.Object
implements Validatable
Abstract request object to enable or disable a built-in or native user.
  • Field Summary

    Fields inherited from interface org.elasticsearch.client.Validatable

    EMPTY
  • Method Summary

    Modifier and Type Method Description
    RefreshPolicy getRefreshPolicy()  
    java.lang.String getUsername()  
    boolean isEnabled()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.client.Validatable

    validate
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • getUsername

      public java.lang.String getUsername()
    • getRefreshPolicy

      public RefreshPolicy getRefreshPolicy()