]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-225, CSPACE-226 added database login provider (extension to JBossDBLoginProvid...
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Fri, 26 Jun 2009 22:54:16 +0000 (22:54 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Fri, 26 Jun 2009 22:54:16 +0000 (22:54 +0000)
commit3649f3bf65605413c4e5acafeb053017ccabc71c
treec8fee90e0861cb16121df16ad108d67f3867aca3
parent16ef4b4c0a78824b6dabfd508abea5b92ac51a06
CSPACE-225, CSPACE-226 added database login provider (extension to JBossDBLoginProvider) with db realm schema, various config to enable authentication in JBoss and webapp, db init creates cspace db, dump of db realm working for authentication test
services/authentication/nb-configuration.xml [new file with mode: 0644]
services/authentication/pom.xml [new file with mode: 0644]
services/authentication/src/main/java/org/collectionspace/authentication/CSpaceDBLoginModule.java [new file with mode: 0644]
services/authentication/src/main/resources/config/jboss-login-config.xml [new file with mode: 0644]
services/authentication/src/main/resources/config/jboss-web-security-config.xml [new file with mode: 0644]
services/authentication/src/main/resources/config/web-security-config.xml.xml [new file with mode: 0644]
services/authentication/src/main/resources/db/mysql/authentication.sql [new file with mode: 0644]
services/authentication/src/main/resources/db/mysql/test_authn.sql [new file with mode: 0644]
services/authentication/src/test/java/org/collectionspace/authentication/AppTest.java [new file with mode: 0644]
src/main/resources/scripts/db/mysql/init_db.sql
src/main/resources/scripts/db/mysql/service-dump.sql [new file with mode: 0644]