if(provider==null)
{
String msg = localStrings.getString( "admin.mbeans.configs.security_provider_not_found", new Object[]{providerId, messageLayer, targetName});
throw new MBeanConfigException(msg);
}
messageSecurity.removeProviderConfig(provider);
return true;
}
//**********************************************************************