int confLevel = Levels.LOWEST;
int integrLevel = Levels.LOWEST;
ServiceReference ipamsr = Activator.bc
.getServiceReference(IPAMValuationService.class.getName());
if (ipamsr != null) {
IPAMValuationService ipam = (IPAMValuationService) Activator.bc
.getService(ipamsr);
if (ipam != null) {
Levels levels = ipam.getLevels(inputPath, authMethod);
authLevel = levels.getAuthLevel();
confLevel = levels.getConfLevel();
integrLevel = levels.getIntegrLevel();
} else {
if (Activator.log.doWarn())