acciente / oacc-core

OACC (Object ACcess Control) is an advanced Java Application Security Framework
http://oaccframework.org/
Apache License 2.0
107 stars 23 forks source link

get-methods for direct permissions #13

Closed fspinnenhirn closed 9 years ago

fspinnenhirn commented 9 years ago

AccessControlContext doesn't have any getters for direct permissions, only for effective permissions. To keep symmetry with the setters, which only affect direct permissions, we will add the corresponding get-methods.

fspinnenhirn commented 9 years ago

commit 4ec81c2 completes the related changes and closes this issue