Class EntitlementCheckerHandle
java.lang.Object
org.elasticsearch.entitlement.bridge.EntitlementCheckerHandle
Makes the
EntitlementChecker available to injected bytecode.-
Method Summary
Modifier and TypeMethodDescriptionstatic EntitlementCheckerinstance()This is how the bytecodes injected by our instrumentation access theEntitlementCheckerso they can call the appropriate check method.
-
Method Details
-
instance
This is how the bytecodes injected by our instrumentation access theEntitlementCheckerso they can call the appropriate check method.
-