NIHVIVO-2299 Create the root user policy and changes to deploy.properties
This commit is contained in:
parent
7a451c069c
commit
f88be755cf
11 changed files with 260 additions and 5 deletions
|
@ -48,6 +48,11 @@ public class UserAccountsDaoStub implements UserAccountsDao {
|
|||
"UserAccountsDaoStub.getUserAccountByEmail() not implemented.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isRootUser(UserAccount userAccount) {
|
||||
throw new RuntimeException("UserAccountsDao.isRootUser() not implemented.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public String insertUserAccount(UserAccount userAccount) {
|
||||
throw new RuntimeException(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue