You can call the utils anywhere in your code as long as you have access to a fragment or activity:
...
PermissionUtils.requirePermission(fragmentOrActivity, new PermissionsListener() {
@Override
public void onPermissionsGranted() {
// Code to execute using permission
}