public void deleteSecAppByUJEEMountIdx(
     CFSecurityAuthorization Authorization, CFSecuritySecAppByUJEEMountIdxKey argKey) {
   deleteSecAppByUJEEMountIdx(
       Authorization, argKey.getRequiredClusterId(), argKey.getRequiredJEEMountName());
 }