} catch (URISyntaxException e) {
throw new SQLException("Unable to configure form based login due to invalid Update Endpoint URI", e);
}
}
}
return new FormsAuthenticator(logins);
} else {
// Do we want preemptive authentication?
if (this.isTrue(props, PARAM_PREEMPTIVE_AUTH)) {
return new PreemptiveBasicAuthenticator(new SimpleAuthenticator(user, password.toCharArray()));
} else {