The permissions are implemented using two EnumSet of Permission instances: one set for the permissions that have been explicitly allowed, and one set for the permissions that have been explicitly denied. A denied permission takes percedence over an allowed permission.
This permission system is modelled after Windows. @author Torgil Zethson
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|