-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The syntax should allow to specify what classes should ONLY access #84
Milestone
Comments
codecholeric
changed the title
The syntax should allow to specify who classes should ONLY access
The syntax should allow to specify what classes should ONLY access
Aug 11, 2018
codecholeric
added a commit
that referenced
this issue
Aug 18, 2018
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Aug 18, 2018
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Aug 18, 2018
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Aug 18, 2018
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Aug 18, 2018
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Aug 18, 2018
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Aug 18, 2018
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Aug 18, 2018
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Aug 18, 2018
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Aug 18, 2018
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Aug 18, 2018
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Aug 18, 2018
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Aug 18, 2018
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Aug 18, 2018
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Aug 18, 2018
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Feb 21, 2021
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Feb 21, 2021
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Feb 21, 2021
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Feb 21, 2021
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Feb 21, 2021
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Feb 21, 2021
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
codecholeric
added a commit
that referenced
this issue
Feb 21, 2021
Issue: #84 Signed-off-by: Peter Gafert <peter.gafert@tngtech.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While it is easy to do black listing
and to control access TO a component
it is rather hard to specify that
..foo..
should only access..bar..
. The closest way out of the box would be an awkward double negationIt should be possible to specify
Likewise this should be supported for
callMethod
,callConstructor
andaccessField
and flavors.The text was updated successfully, but these errors were encountered: