Merge branch 'is-admin-services' of https://github.com/anujbhan/airavata into develop
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/66c20986 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/66c20986 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/66c20986 Branch: refs/heads/develop Commit: 66c20986824a49a918cc64e7b79738e29faf1eba Parents: 269d2ae 96bdea2 Author: Anuj Bhandar <[email protected]> Authored: Tue May 2 12:47:14 2017 -0400 Committer: Anuj Bhandar <[email protected]> Committed: Tue May 2 12:47:14 2017 -0400 ---------------------------------------------------------------------- .../iam-admin-services-core/pom.xml | 62 + .../core/impl/TenantManagementKeycloakImpl.java | 340 + .../interfaces/TenantManagementInterface.java | 100 + .../services/core/tests/SetupNewGateway.java | 116 + airavata-services/profile-service/pom.xml | 1 + .../profile-service-server/pom.xml | 5 + .../handlers/IamAdminServicesHandler.java | 131 + .../profile/server/ProfileServiceServer.java | 5 + .../admin/services/cpi/IamAdminServices.java | 8250 ++++++++++++++++++ .../exception/IamAdminServicesException.java | 407 + .../cpi/iam_admin_services_cpiConstants.java | 59 + .../common/utils/ApplicationSettings.java | 8 + .../airavata/common/utils/ServerSettings.java | 4 + .../main/resources/airavata-server.properties | 8 +- .../iam-admin-services-cpi.thrift | 81 + .../iam_admin_services_cpi_errors.thrift | 32 + .../profile-service/profile-service-cpi.thrift | 1 + 17 files changed, 9609 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/66c20986/modules/commons/src/main/java/org/apache/airavata/common/utils/ApplicationSettings.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/66c20986/modules/commons/src/main/java/org/apache/airavata/common/utils/ServerSettings.java ----------------------------------------------------------------------
