diff options
author | TATTAVARADA <statta@research.att.com> | 2017-04-27 07:53:18 -0400 |
---|---|---|
committer | st782s <statta@research.att.com> | 2017-04-27 08:31:27 -0400 |
commit | 6beb446925c967aca92f5513adf36c5db77c00d6 (patch) | |
tree | 9392057ed0739de2445c5b2a2a8bee6dcdacbcf7 /ecomp-sdk/thirdparty/README.md | |
parent | 246b225194e3e8dc1926294de591a94fd9787fa7 (diff) |
[PORTAL-7] Rebase
This rebasing includes common libraries and common overlays projects
abstraction of components
Change-Id: Ia1efa4deacdc5701e6205104ac021a6c80ed60ba
Signed-off-by: st782s <statta@research.att.com>
Diffstat (limited to 'ecomp-sdk/thirdparty/README.md')
-rw-r--r-- | ecomp-sdk/thirdparty/README.md | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/ecomp-sdk/thirdparty/README.md b/ecomp-sdk/thirdparty/README.md deleted file mode 100644 index f916e99f..00000000 --- a/ecomp-sdk/thirdparty/README.md +++ /dev/null @@ -1,23 +0,0 @@ -ECOMP Portal SDK Framework -========================== - -This is the Maven project for the ECOMP Portal SDK Framework, -which is distributed as ecompFW-nnn.jar. This library -(formerly called third-party onboarding) provides features to -partner applications that use a J2EE Servlet 3.0 container -as Apache Tomcat. These features include: -- REST endpoint for use by the ECOMP Portal aplication. This endpoint - answers queries about roles, users and user-role assignments. - The endpoint methods are defined by the Java interface class - IPortalRestAPIService. Application developers must provide a - class that implements this interface, and publish the name of - that class in the properties file as discussed below. -- A session listener that updates a collection with current user sessions - as sessions are created and destroyed. This information is used to maintain - and extend user session timeouts across applications that are on-boarded to - the ECOMP portal. -- Communication with the ECOMP Portal to fetch a user-specific functional menu, either - via REST or UEB. - -Unlike the other ECOMP SDK libraries, this library does NOT require Hibernate, -nor does it require Spring.
\ No newline at end of file |