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] [Updated] (IGNITE-12282) Access restriction to the internal package of Ignite

     [ https://issues.apache.org/jira/browse/IGNITE-12282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Garus updated IGNITE-12282:
---------------------------------
    Ignite Flags: Docs Required  (was: Docs Required,Release Notes Required)

> 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
>            Priority: Major
>
> 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)