true
is returned. If not, delegates to the implies
method of the underlying policy associated with the loader of the given class (the loader-specific policy if the class loader is null
, the same as or a child of the loader specified in the constructor for this instance, or the default loader otherwise).
@param domain protection domain in which to check implication
@param permission permission to test implication of
@return true
if permission is implied by permissions ofgiven protection domain, false
otherwise
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|