]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-5657 Completed work on auth and AuthZImport work to handle new perms, roles...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Thu, 13 Dec 2012 20:23:39 +0000 (12:23 -0800)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Thu, 13 Dec 2012 20:23:39 +0000 (12:23 -0800)
commitd266e1d34b3af0876f1746bb0f7fcedd182beb62
tree4a63a7f297f252f7dff72238753c57d0f0dc3c34
parenta1e0ff82cd79d60562c09823b2b146fcbb696792
CSPACE-5657 Completed work on auth and AuthZImport work to handle new perms, roles, associations, etc. Special cased the assignment of tenants to the tenantManager, so it only sits in (pseudo)tenant 0. Web service and perms work now. Need to develop regression tests, and the new web app that provides a UI on this. Also need to consider getting the tenantManager password from the environment, when building it. In any case, need to be able to update the password.
16 files changed:
services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java
services/account/jaxb/src/main/resources/accounts_common.xsd
services/account/service/src/main/java/org/collectionspace/services/account/TenantResource.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/TenantDocumentHandler.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/TenantJpaFilter.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/TenantStorageClient.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/TenantStorageConstants.java
services/authentication/service/src/main/java/org/collectionspace/authentication/AuthN.java
services/authentication/service/src/main/java/org/collectionspace/authentication/realm/db/CSpaceDbRealm.java
services/authorization-mgt/import/pom.xml
services/authorization-mgt/import/src/main/java/org/collectionspace/services/authorization/importer/AuthorizationGen.java
services/common/src/main/java/org/collectionspace/services/common/authorization_mgt/AuthorizationCommon.java
services/common/src/main/java/org/collectionspace/services/common/context/AbstractServiceContextImpl.java
services/common/src/main/java/org/collectionspace/services/common/context/ServiceContext.java
services/common/src/main/java/org/collectionspace/services/common/document/DocumentFilter.java
services/common/src/main/java/org/collectionspace/services/common/storage/jpa/JpaDocumentFilter.java