commit | 9c4a3a6d1ff8f6d91f32209bfdb59539bc20b743 | [log] [tgz] |
---|---|---|
author | Ittay Stern <ittay.stern@att.com> | Sun Aug 25 13:02:27 2019 +0300 |
committer | Ittay Stern <ittay.stern@att.com> | Sun Aug 25 13:59:16 2019 +0300 |
tree | 01da9e6134416c9979c17d854a053ae14ee1f9c2 | |
parent | 87f850a6f3012aed165190bb861dcd0db8249dc6 [diff] |
Allow plugging-in any provided LoginStrategy Support dynamic loading of provided implementations of PORTAL SDK's `org.onap.portalsdk.core.auth.LoginStrategy` interface. VID will load the class defined by `login.strategy.classname` configuration parameter. Default will keep current ONAP's dev login. Change-Id: I956a1f3376455211398769f3193703129b779871 Issue-ID: VID-594 Signed-off-by: Ittay Stern <ittay.stern@att.com>
This source repository contains the OpenECOMP Virtual Infrastructure Deployment (VID). The settings file needs to support the standard Maven repositories (e.g. central = http://repo1.maven.org/maven2/), and any proxy settings needed in your environment. In addition, this code is dependent upon the following OpenECOMP artifacts, which are not part of VID:
org.openecomp.ecompsdkos:ecompSDK-project org.openecomp.ecompsdkos:ecompSDK-core org.openecomp.ecompsdkos:ecompSDK-analytics org.openecomp.ecompsdkos:ecompSDK-workflow
To build it using Maven 3, run: mvn clean install