NIHVIVO-2299 Match external Auth ID against the matching property.
This commit is contained in:
parent
72314d3598
commit
734067f1b4
9 changed files with 57 additions and 90 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue