NIHVIVO-2299 Create the root user policy and changes to deploy.properties

This commit is contained in:
j2blake 2011-06-08 21:21:59 +00:00
parent 7a451c069c
commit f88be755cf
11 changed files with 260 additions and 5 deletions

View file

@ -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(