diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-08-08 16:52:35 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-08-08 16:53:56 -0400 |
commit | 3159458ff8563771a5460839fd75bdc25159ea87 (patch) | |
tree | 0e680139d885951a1966f58745f1f245b01b5e5f /ecomp-sdk/epsdk-fw | |
parent | cdc750ffd370c464b30b0ee4f0647c3aa2b4bc2f (diff) |
Revise open-source login strategy impl
- Get required decryption key from system.properties, not portal.properties
- Add icon mapping for ION icons
- Add license header on a few fiels
Issue: PORTAL-64
Change-Id: I0da14178a331c3926bc4c51425f8d9a6877685bc
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-fw')
-rw-r--r-- | ecomp-sdk/epsdk-fw/README.md | 7 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-fw/src/main/java/org/openecomp/portalsdk/core/onboarding/util/PortalApiConstants.java | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/ecomp-sdk/epsdk-fw/README.md b/ecomp-sdk/epsdk-fw/README.md index 56cf2009..59f4e0fb 100644 --- a/ecomp-sdk/epsdk-fw/README.md +++ b/ecomp-sdk/epsdk-fw/README.md @@ -30,10 +30,11 @@ nor does it require Spring. ### ONAP Distributions Version 1.3.0 -- [Portal-19] Renaming the Group Id in the POM file to org.onap.portal.sdk +- PORTAL-19 Renaming the Group Id in the POM file to org.onap.portal.sdk +- PORTAL-64 Single sign-on from Portal fails for some applications Version 1.1.0 -- [Portal-7] Improvements added as part of the rebasing process +- PORTAL-7 Improvements added as part of the rebasing process Version 1.0.0 -- Initial release
\ No newline at end of file +- Initial release diff --git a/ecomp-sdk/epsdk-fw/src/main/java/org/openecomp/portalsdk/core/onboarding/util/PortalApiConstants.java b/ecomp-sdk/epsdk-fw/src/main/java/org/openecomp/portalsdk/core/onboarding/util/PortalApiConstants.java index 7f42a1d5..087d03d5 100644 --- a/ecomp-sdk/epsdk-fw/src/main/java/org/openecomp/portalsdk/core/onboarding/util/PortalApiConstants.java +++ b/ecomp-sdk/epsdk-fw/src/main/java/org/openecomp/portalsdk/core/onboarding/util/PortalApiConstants.java @@ -60,9 +60,6 @@ public interface PortalApiConstants { public static final String ECOMP_UEB_UNKNOWN_CONSUME_ERROR = "103: Unknown error during consume"; public static final String USE_REST_FOR_FUNCTIONAL_MENU = "use_rest_for_functional_menu"; - //encrpt key - public static final String Decryption_Key = "decryption_key"; - public static final String EXT_REQUEST_CONNECTION_TIMEOUT = "ext_req_connection_timeout"; public static final String EXT_REQUEST_READ_TIMEOUT = "ext_req_read_timeout"; } |