Class DlsFlsRequestCacheDifferentiator

java.lang.Object
org.elasticsearch.xpack.security.authz.DlsFlsRequestCacheDifferentiator
All Implemented Interfaces:
org.elasticsearch.common.CheckedBiConsumer<org.elasticsearch.search.internal.ShardSearchRequest,org.elasticsearch.common.io.stream.StreamOutput,IOException>

public class DlsFlsRequestCacheDifferentiator extends Object implements org.elasticsearch.common.CheckedBiConsumer<org.elasticsearch.search.internal.ShardSearchRequest,org.elasticsearch.common.io.stream.StreamOutput,IOException>
  • Constructor Summary

    Constructors
    Constructor
    Description
    DlsFlsRequestCacheDifferentiator(org.elasticsearch.license.XPackLicenseState licenseState, org.apache.lucene.util.SetOnce<org.elasticsearch.xpack.core.security.SecurityContext> securityContextReference, org.apache.lucene.util.SetOnce<org.elasticsearch.script.ScriptService> scriptServiceReference)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(org.elasticsearch.search.internal.ShardSearchRequest request, org.elasticsearch.common.io.stream.StreamOutput out)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DlsFlsRequestCacheDifferentiator

      public DlsFlsRequestCacheDifferentiator(org.elasticsearch.license.XPackLicenseState licenseState, org.apache.lucene.util.SetOnce<org.elasticsearch.xpack.core.security.SecurityContext> securityContextReference, org.apache.lucene.util.SetOnce<org.elasticsearch.script.ScriptService> scriptServiceReference)
  • Method Details

    • accept

      public void accept(org.elasticsearch.search.internal.ShardSearchRequest request, org.elasticsearch.common.io.stream.StreamOutput out) throws IOException
      Specified by:
      accept in interface org.elasticsearch.common.CheckedBiConsumer<org.elasticsearch.search.internal.ShardSearchRequest,org.elasticsearch.common.io.stream.StreamOutput,IOException>
      Throws:
      IOException