Ensures this Subject {@link org.apache.shiro.authz.Permission#implies(org.apache.shiro.authz.Permission) implies} all of thespecified permission strings.
If this subject's existing associated permissions do not {@link org.apache.shiro.authz.Permission#implies(org.apache.shiro.authz.Permission) imply} all of the given permissions,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 permissions the string representations of Permissions to check.
@throws AuthorizationException if this Subject does not have all of the given permissions.
@since 0.9