Global Read only role, Support VID specific Roles 21/13821/2
authorOfir Sonsino <os0695@att.com>
Wed, 20 Sep 2017 10:20:42 +0000 (13:20 +0300)
committerOfir Sonsino <os0695@att.com>
Wed, 20 Sep 2017 10:37:03 +0000 (13:37 +0300)
commit9dfd7e28c1eb348fcb4a2de8c6faae2a01b34942
treec273862f59b0b64c19ccfea5f59ab574071cb323
parentc3722d135481cfab5978c84853d8229d1e7d9cb3
Global Read only role, Support VID specific Roles

Issue-ID: VID-46 , VID-47
Change-Id: Ib100d20ac40a65d39e27a6e2741b19a173a2b8ea
Signed-off-by: Ofir Sonsino <os0695@att.com>
124 files changed:
epsdk-app-onap/src/main/webapp/WEB-INF/jsp/serviceModels.jsp
vid-app-common/src/main/java/org/ecomp/aai/model/AaiAICZones/AicZones.java [new file with mode: 0644]
vid-app-common/src/main/java/org/ecomp/aai/model/AaiAICZones/Zone.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/aai/util/HttpsAuthClient.java
vid-app-common/src/main/java/org/openecomp/vid/aai/AaiClient.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/AaiClientInterface.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/AaiResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/ServiceInstance.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/ServiceInstances.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/ServiceSubscription.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/ServiceSubscriptions.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/Services.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/SubscriberAaiResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/SubscriberData.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/SubscriberFilteredResults.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/SubscriberListWithFilterData.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/SubscriberWithFilter.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/exceptions/InvalidAAIResponseException.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/AaiGetServicesRequestModel/GetServicesAAIRespone.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/AaiGetServicesRequestModel/Service.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/AaiGetTenatns/GetTenantsResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/ServiceInstance.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/ServiceInstances.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/ServiceSubscription.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/aai/model/Services.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/SecureService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/SecureServices.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/tosca/ToscaMetadata.java
vid-app-common/src/main/java/org/openecomp/vid/asdc/local/LocalAsdcClient.java
vid-app-common/src/main/java/org/openecomp/vid/asdc/parser/ToscaParserImpl2.java
vid-app-common/src/main/java/org/openecomp/vid/asdc/rest/RestfulAsdcClient.java
vid-app-common/src/main/java/org/openecomp/vid/client/FakeHttpSession.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/client/HttpsBasicClient.java
vid-app-common/src/main/java/org/openecomp/vid/controller/AaiController.java
vid-app-common/src/main/java/org/openecomp/vid/controller/MsoController.java
vid-app-common/src/main/java/org/openecomp/vid/controller/VidController.java
vid-app-common/src/main/java/org/openecomp/vid/controller/WebConfig.java
vid-app-common/src/main/java/org/openecomp/vid/model/ModelUtil.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/model/ProxyResponse.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/model/Service.java
vid-app-common/src/main/java/org/openecomp/vid/model/Subscriber.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/model/SubscriberList.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/roles/EcompRole.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/roles/Role.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/roles/RoleProvider.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/roles/RoleValidator.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/services/AaiService.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/services/AaiServiceImpl.java [new file with mode: 0644]
vid-app-common/src/main/java/org/openecomp/vid/services/VidServiceImpl.java
vid-app-common/src/main/resources/csar3933948645405128424.zip [new file with mode: 0644]
vid-app-common/src/main/resources/pnf.csar [new file with mode: 0644]
vid-app-common/src/main/resources/roles.json [new file with mode: 0644]
vid-app-common/src/main/resources/sdcservices.json
vid-app-common/src/main/webapp/app/vid/scripts/constants/componentConstants.js
vid-app-common/src/main/webapp/app/vid/scripts/constants/fieldConstants.js
vid-app-common/src/main/webapp/app/vid/scripts/constants/vidConfiguration.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/ServiceModelController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/creationDialogController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/deletionDialogController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/previousVersionContoller.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/controller/previousVersionDialogController.js [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/controller/statusDialogController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/subscriberSearch.js
vid-app-common/src/main/webapp/app/vid/scripts/directives/parameterBlockDirective.js
vid-app-common/src/main/webapp/app/vid/scripts/directives/parameterBlockDirective.js.orig [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/componentService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/creationService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/dataService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/deletionService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/vnfService.js
vid-app-common/src/main/webapp/app/vid/scripts/view-models/aaiGetSubs.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/aaiGetSubscriberList.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/aaiServiceTypes.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/aaiSubDetails.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/aaiSubViewEdit.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/createInstanceServiceModels.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/creationDialog.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/instantiate.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/msoCommit.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/previousVersion.htm [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/view-models/previousVersionDialog.htm [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/view-models/serviceModels.htm
vid-app-common/src/main/webapp/app/vid/test/testMso.js
vid-app-common/src/main/webapp/app/vid/test/testViewEdit.js
vid-app-common/src/test/java/org/opencomp/vid/controller/ToscaParserMockHelper.java [new file with mode: 0644]
vid-app-common/src/test/java/org/opencomp/vid/controller/VidControllerTest.java
vid-app-common/src/test/java/org/openecomp/fusionapp/controller/NetMapTest.java
vid-app-common/src/test/java/org/openecomp/fusionapp/service/ProfileServiceTest.java
vid-app-common/src/test/java/org/openecomp/src/main/java/org/vid/dao/FnAppDoaImplTest.java
vid-app-common/src/test/resources/WEB-INF/conf/asdc.properties [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/conf/quartz.properties [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/conf/raptor.properties [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/conf/raptor_app_fusion.properties [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/conf/raptor_db_fusion.properties [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/conf/raptor_pdf.properties [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/conf/sql.properties [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/conf/system.properties [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/conf/system.properties.cml [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/fusion/conf/fusion.properties [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/fusion/defs/definitions.xml [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/fusion/jsp/ds2/footer.jsp [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/fusion/jsp/ds2/header.jsp [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/fusion/jsp/ds2/left-menu.jsp [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/fusion/jsp/ebz/ebz_header.jsp [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/fusion/orm/RNoteBookIntegration.hbm.xml [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/index.jsp [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/jsp/createnewserviceinstance.jsp [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/jsp/login.jsp [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/jsp/login_external.jsp [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/jsp/searchexistingsi.jsp [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/jsp/serviceModels.jsp [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/jsp/subscriberdetails.jsp [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/jsp/testMso.jsp [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/jsp/testViewEdit.jsp [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/jsp/viewlog.jsp [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/jsp/welcome.jsp [new file with mode: 0644]
vid-app-common/src/test/resources/WEB-INF/web.xml [new file with mode: 0644]
vid-app-common/src/test/resources/pnf.csar [new file with mode: 0644]
vid-app-common/src/test/resources/roles.json [new file with mode: 0644]
vid-app-common/src/test/resources/vf-csar.JSON
vid-app-common/src/test/resources/vl-csar.JSON