You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2018/10/29 18:18:57 UTC

[airavata] 02/03: Merge branch 'develop' of https://github.com/apache/airavata into develop

This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 52da8ac14fb90fae7b213fd827bc14df9e9ff054
Merge: 7ef48ba ce56a35
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Mon Oct 29 14:02:07 2018 -0400

    Merge branch 'develop' of https://github.com/apache/airavata into develop

 .../core/impl/TenantManagementKeycloakImpl.java    |  116 +-
 .../core/interfaces/TenantManagementInterface.java |   48 +-
 .../admin/services/core/tests/SetupNewGateway.java |   10 +-
 .../profile/handlers/IamAdminServicesHandler.java  |   73 +-
 .../handlers/UserProfileServiceHandler.java        |   14 +-
 .../iam/admin/services/cpi/IamAdminServices.java   | 2405 ++++++++++++++++++++
 .../service/security/AiravataSecurityManager.java  |    9 +
 .../security/DefaultAiravataSecurityManager.java   |    5 +
 .../service/security/KeyCloakSecurityManager.java  |   87 +-
 .../core/entities/expcatalog/GatewayEntity.java    |   10 +-
 .../expcatalog/GatewayRepositoryTest.java          |    9 +-
 .../security/AiravataSecurityException.java        |    5 +
 .../iam-admin-services-cpi.thrift                  |   10 +
 13 files changed, 2705 insertions(+), 96 deletions(-)