Checks if the specified permission is "implied" by
this object.
<P>
More specifically, this method returns true if:
<ul>
<li> <i>p</i>'s class is the same as this object's class, and
<li> <i>p</i>'s name equals or (in the case of wildcards)
is implied by this object's
name. For example, "a.b.*" implies "a.b.c".
</ul>
@param p the permission to check against.
@return true if the passed permission is equal to or
implied by this permission, false otherwise.
Checks if the specified permission is "implied" by this object. <P> More specifically, this method returns true if: <ul> <li> <i>p</i>'s class is the same as this object's class, and <li> <i>p</i>'s name equals or (in the case of wildcards) is implied by this object's name. For example, "a.b.*" implies "a.b.c". </ul>
@param p the permission to check against.
@return true if the passed permission is equal to or implied by this permission, false otherwise.