NIHVIVO-2299 Match external Auth ID against the matching property.

This commit is contained in:
j2blake 2011-06-07 18:22:43 +00:00
parent 72314d3598
commit 734067f1b4
9 changed files with 57 additions and 90 deletions

View file

@ -205,13 +205,6 @@ public class IndividualDaoStub implements IndividualDao {
"IndividualDaoStub.getKeywordObjectsForIndividual() not implemented.");
}
@Override
public String getIndividualURIFromNetId(String netIdStr,
String netidMatchingPropertyUri) {
throw new RuntimeException(
"IndividualDaoStub.getIndividualURIFromNetId() not implemented.");
}
@Override
public String getNetId(String entityURI) {
throw new RuntimeException(