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 trueCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.