Class EntitlementCheckerHandle

java.lang.Object
org.elasticsearch.entitlement.bridge.EntitlementCheckerHandle

public class EntitlementCheckerHandle extends Object
Makes the EntitlementChecker available to injected bytecode.
  • Method Details

    • instance

      public static EntitlementChecker instance()
      This is how the bytecodes injected by our instrumentation access the EntitlementChecker so they can call the appropriate check method.