类 AbstractIndicesPrivileges.FieldSecurity

java.lang.Object
org.easysearch.client.security.user.privileges.AbstractIndicesPrivileges.FieldSecurity
所有已实现的接口:
org.easysearch.common.xcontent.ToXContent, org.easysearch.common.xcontent.ToXContentObject
封闭类:
AbstractIndicesPrivileges

public static class AbstractIndicesPrivileges.FieldSecurity
extends java.lang.Object
implements org.easysearch.common.xcontent.ToXContentObject
  • 嵌套类概要

    从接口继承的嵌套类/接口 org.easysearch.common.xcontent.ToXContent

    org.easysearch.common.xcontent.ToXContent.DelegatingMapParams, org.easysearch.common.xcontent.ToXContent.MapParams, org.easysearch.common.xcontent.ToXContent.Params
  • 字段概要

    从接口继承的字段 org.easysearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • 方法概要

    修饰符和类型 方法 说明
    boolean equals​(java.lang.Object o)  
    java.util.Set<java.lang.String> getDeniedFields()
    The document fields that cannot be accessed or queried.
    java.util.Set<java.lang.String> getGrantedFields()
    The document fields that can be read or queried.
    int hashCode()  
    boolean isUsingFieldLevelSecurity()  
    java.lang.String toString()  
    org.easysearch.common.xcontent.XContentBuilder toXContent​(org.easysearch.common.xcontent.XContentBuilder builder, org.easysearch.common.xcontent.ToXContent.Params params)  

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

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    从接口继承的方法 org.easysearch.common.xcontent.ToXContentObject

    isFragment
  • 方法详细资料

    • getGrantedFields

      public java.util.Set<java.lang.String> getGrantedFields()
      The document fields that can be read or queried. Can be null, in this case all the document's fields are granted access to. Can also be empty, in which case no fields are granted access to.
    • getDeniedFields

      public java.util.Set<java.lang.String> getDeniedFields()
      The document fields that cannot be accessed or queried. Can be null or empty, in which case no fields are denied.
    • isUsingFieldLevelSecurity

      public boolean isUsingFieldLevelSecurity()
    • toXContent

      public org.easysearch.common.xcontent.XContentBuilder toXContent​(org.easysearch.common.xcontent.XContentBuilder builder, org.easysearch.common.xcontent.ToXContent.Params params) throws java.io.IOException
      指定者:
      toXContent 在接口中 org.easysearch.common.xcontent.ToXContent
      抛出:
      java.io.IOException
    • toString

      public java.lang.String toString()
      覆盖:
      toString 在类中 java.lang.Object
    • equals

      public boolean equals​(java.lang.Object o)
      覆盖:
      equals 在类中 java.lang.Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 java.lang.Object