类 AuthenticateRequest

java.lang.Object
org.easysearch.client.security.AuthenticateRequest
所有已实现的接口:
Validatable

public final class AuthenticateRequest
extends java.lang.Object
implements Validatable
Empty request object required to make the authenticate call. The authenticate call retrieves metadata about the authenticated user.
  • 字段概要

    字段
    修饰符和类型 字段 说明
    static AuthenticateRequest INSTANCE  

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

    EMPTY
  • 方法概要

    修饰符和类型 方法 说明
    org.easysearch.client.Request getRequest()  

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

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

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

    validate
  • 字段详细资料

  • 方法详细资料

    • getRequest

      public org.easysearch.client.Request getRequest()