else
log.warning("Authentication method '" + authMethod + "' not recognized, will switch to 'basic'");
log.info("Authentication Method is '" + this.authMethod + "'");
Map users = InfoHelper.getPropertiesStartingWith("replication.monitor.user.", this, null);
if (users != null && users.size() > 0) {
Iterator iter = users.entrySet().iterator();
while (iter.hasNext()) {
Map.Entry entry = (Map.Entry)iter.next();
String name = (String)entry.getKey();
String val = (String)entry.getValue();
log.fine("name='" + name + "' value='" + val + "'");