Class ReadJdkImageEntitlement
java.lang.Object
org.elasticsearch.entitlement.runtime.policy.entitlements.ReadJdkImageEntitlement
- All Implemented Interfaces:
Entitlement
Internal entitlement to read code from the jdk.
Concretely this means the code can open jrt urls. Since the java
runtime images (jrt) are read only, this implicitly only allows
reading those urls.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReadJdkImageEntitlement
public ReadJdkImageEntitlement()
-