You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Garus (Jira)" <ji...@apache.org> on 2019/10/11 08:05:00 UTC

[jira] [Created] (IGNITE-12282) Access restriction to the internal package of Ignite

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)