]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-5657 Added support in DB and services for disabled tenants. This is first...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Fri, 7 Dec 2012 18:22:22 +0000 (10:22 -0800)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Fri, 7 Dec 2012 18:22:22 +0000 (10:22 -0800)
commit5ff48f0fb46521e64c690ec18a7872ccd8acb6d1
tree1b92063799031591d7a3d4d3e8b6823811e234a5
parent3050c6c7760d29abf90f7c68a05adb4280157a93
CSPACE-5657 Added support in DB and services for disabled tenants. This is first step, but works as far as it goes. Only control is directly through DB. To upgrade existing tenants, must just add a boolean column to the tenants table in cspace DB. See delta on the account.sql for the specifics.
services/JaxRsServiceProvider/src/main/webapp/WEB-INF/login.conf
services/account/jaxb/src/main/resources/accounts_common.xsd
services/account/pstore/src/main/resources/db/mysql/account.sql
services/account/pstore/src/main/resources/db/postgresql/account.sql
services/authentication/service/src/main/java/org/collectionspace/authentication/realm/CSpaceRealm.java
services/authentication/service/src/main/java/org/collectionspace/authentication/realm/db/CSpaceDbRealm.java
services/authentication/service/src/main/resources/config/login-config.xml
services/common/src/main/java/org/collectionspace/services/common/authorization_mgt/AuthorizationCommon.java
services/common/src/main/java/org/collectionspace/services/common/security/SecurityInterceptor.java