类 SetUserEnabledRequest

java.lang.Object
org.easysearch.client.security.SetUserEnabledRequest
所有已实现的接口:
Validatable
直接已知子类:
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.
  • 字段概要

    从接口继承的字段 org.easysearch.client.Validatable

    EMPTY
  • 方法概要

    修饰符和类型 方法 说明
    RefreshPolicy getRefreshPolicy()  
    java.lang.String getUsername()  
    boolean isEnabled()  

    从类继承的方法 java.lang.Object

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

    从接口继承的方法 org.easysearch.client.Validatable

    validate
  • 方法详细资料

    • isEnabled

      public boolean isEnabled()
    • getUsername

      public java.lang.String getUsername()
    • getRefreshPolicy

      public RefreshPolicy getRefreshPolicy()