类 DisableUserRequest
java.lang.Object
org.easysearch.client.security.SetUserEnabledRequest
org.easysearch.client.security.DisableUserRequest
- 所有已实现的接口:
Validatable
public final class DisableUserRequest extends SetUserEnabledRequest
Request object to disable a native realm or built-in user.
-
字段概要
从接口继承的字段 org.easysearch.client.Validatable
EMPTY -
构造器概要
构造器 构造器 说明 DisableUserRequest(java.lang.String username, RefreshPolicy refreshPolicy) -
方法概要
从类继承的方法 org.easysearch.client.security.SetUserEnabledRequest
getRefreshPolicy, getUsername, isEnabled从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.easysearch.client.Validatable
validate
-
构造器详细资料
-
DisableUserRequest
-