Determines if the specified permission is implied by this object.
This method checks that the topic name of the target is implied by the topic name of this object. The list of {@code TopicPermission} actionsmust either match or allow for the list of the target object to imply the target {@code TopicPermission} action.
x/y/*,"publish" -> x/y/z,"publish" is true *,"subscribe" -> x/y,"subscribe" is true *,"publish" -> x/y,"subscribe" is false x/y,"publish" -> x/y/z,"publish" is false
@param p The target permission to interrogate.
@return {@code true} if the specified {@code TopicPermission} action isimplied by this object; {@code false} otherwise.