Denis Garus created IGNITE-12282:
------------------------------------
Summary: Access restriction to the internal package of Ignite
Key: IGNITE-12282
URL:
https://issues.apache.org/jira/browse/IGNITE-12282 Project: Ignite
Issue Type: Task
Reporter: Denis Garus
A user-defined code shouldn't have access to _org.apache.ignite.internal_.* that is the internal package of Ignite.
To restrict a user-defined code, we need to set the package name to the _package.access_ security property.
To grand access to a package, we have to use _accessClassInPackage.\{package name}_ runtime permission.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)