public interface PermissionCheck
Modifier and Type | Method and Description |
---|---|
boolean |
check(Permission permission)
Does this component have the given permission?
|
boolean check(Permission permission)
permission
- The permission to testfalse
if a SecurityManager is enabled and the component
does not have the given permission, otherwise true
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.