Checks if this MBeanServerPermission object "implies" the specified
permission.
More specifically, this method returns true if:
- p is an instance of MBeanServerPermission,
- p's target names are a subset of this object's target
names
The createMBeanServer
permission implies the
newMBeanServer
permission.
Returns:
true if the specified permission is implied by this object,
false if not.
Parameters:
-
p - the permission to check against.