Ensures this Subject implies the specified permission String.
If this subject's existing associated permissions do not {@link Permission#implies(Permission)} imply}the given permission, an {@link org.apache.shiro.authz.AuthorizationException} will be thrown.
This is an overloaded method for the corresponding type-safe {@link Permission Permission} variant.Please see the class-level JavaDoc for more information on these String-based permission methods.
@param permission the String representation of the Permission to check.
@throws org.apache.shiro.authz.AuthorizationException if the user does not have the permission.
@since 0.9