类 ClearRealmCacheRequest
java.lang.Object
org.easysearch.client.security.ClearRealmCacheRequest
- 所有已实现的接口:
Validatable
public final class ClearRealmCacheRequest extends java.lang.Object implements Validatable
Request for clearing the cache of one or more realms
-
字段概要
从接口继承的字段 org.easysearch.client.Validatable
EMPTY -
构造器概要
构造器 构造器 说明 ClearRealmCacheRequest(java.util.List<java.lang.String> realms, java.util.List<java.lang.String> usernames)Create a new request to clear cache of realms -
方法概要
修饰符和类型 方法 说明 java.util.List<java.lang.String>getRealms()java.util.List<java.lang.String>getUsernames()从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.easysearch.client.Validatable
validate
-
构造器详细资料
-
ClearRealmCacheRequest
public ClearRealmCacheRequest(java.util.List<java.lang.String> realms, java.util.List<java.lang.String> usernames)Create a new request to clear cache of realms- 参数:
realms- the realms to clear the cache of. Must not benull. An empty list indicates that all realms should have their caches cleared.usernames- the usernames to clear the cache of. Must not benull. An empty list indicates that every user in the listed realms should have their cache cleared.
-
-
方法详细资料
-
getRealms
public java.util.List<java.lang.String> getRealms() -
getUsernames
public java.util.List<java.lang.String> getUsernames()
-