Partly working security: registration form, authorisaztion, simple authentication
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Fri, 6 Dec 2013 17:39:14 +0000 (17:39 +0000)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Fri, 6 Dec 2013 17:39:14 +0000 (17:39 +0000)
commit95f270e6b3ec72bd29b5ac6e09f803dbaa64380e
tree509d086bc5ac9d41fe513ea2b7eaf5ec06afddfe
parentbf5e83e2959a3b88963cb9a8da68fc50ce4329af
Partly working security: registration form, authorisaztion, simple authentication
13 files changed:
WEB-INF/lib/aopalliance-1.0.jar [new file with mode: 0644]
datadb/compbio/cassandra/CassandraUserManager.java [new file with mode: 0644]
engine/compbio/engine/JobStatus.java [new file with mode: 0644]
engine/compbio/proteocache/users/User.java [new file with mode: 0644]
engine/compbio/proteocache/users/UserManager.java [new file with mode: 0644]
server/compbio/controllers/UserController.java [new file with mode: 0644]
webapp/view/Register.jsp [new file with mode: 0644]
webapp/view/fragments/mainmenu_and_figures.jsp [deleted file]
webapp/view/fragments/publicmenu.jsp [new file with mode: 0644]
webapp/view/hello.jsp [new file with mode: 0644]
webapp/view/login.jsp [new file with mode: 0644]
webapp/view/public.jsp [new file with mode: 0644]
webapp/view/support/Denied.jsp [new file with mode: 0644]