public void removeHandler(final String name) {
   AddressTemplate template =
       SERVICE_PROVIDER_HANDLER_TEMPLATE.replaceWildcards(federation, serviceProvider);
   remove(template, name);
 }
 public void launchNewHandlerDialog() {
   ResourceDescription description = descriptionRegistry.lookup(SERVICE_PROVIDER_HANDLER_TEMPLATE);
   AddressTemplate template =
       SERVICE_PROVIDER_HANDLER_TEMPLATE.replaceWildcards(federation, serviceProvider);
   launchAddDialog("SAML Handler", template, description);
 }