From: Sai Gandham Date: Thu, 19 Apr 2018 18:46:02 +0000 (+0000) Subject: Adding shiro osgi aafrealm bundle X-Git-Tag: Beijing-2.1.1~99 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b0d41059f66213a51b4c19a044e17293159e5f1d;hp=4fec2a6ea44a28d676dd70d25228f615c4dd47ce;p=aaf%2Fauthz.git Adding shiro osgi aafrealm bundle Adding osgi aafrealm bundle. this bundle is wrapped with cadi shiro plugin which will use aaf custom realm in opendaylight environment Issue-ID: AAF-250 Change-Id: Iefd68a8825ae78e035f99fd9b42b0c6e8389b11d Signed-off-by: Sai Gandham --- diff --git a/cadi/pom.xml b/cadi/pom.xml index 6c2dd15f..5dfdf9ef 100644 --- a/cadi/pom.xml +++ b/cadi/pom.xml @@ -136,6 +136,7 @@ aaf oauth-enduser shiro + shiro-osgi-bundle diff --git a/cadi/shiro-osgi-bundle/pom.xml b/cadi/shiro-osgi-bundle/pom.xml new file mode 100644 index 00000000..95b8589e --- /dev/null +++ b/cadi/shiro-osgi-bundle/pom.xml @@ -0,0 +1,98 @@ + + + + + + org.onap.aaf.authz + cadiparent + 2.1.0-SNAPSHOT + .. + + 4.0.0 + + org.onap.aaf.authz + aaf-shiro-aafrealm-osgi-bundle + 2.1.0-SNAPSHOT + bundle + + + true + 2.1.0 + + + + + + org.apache.felix + maven-bundle-plugin + 2.5.4 + true + + + ${project.artifactId} + ${project.version} + + org.onap.aaf.cadi.shiro*;version=${cadi.shiro.version} + + + javax.servlet, + javax.servlet.http, + org.osgi.service.blueprint;version="[1.0.0,2.0.0)", + javax.net.ssl, + javax.crypto, + javax.crypto.spec, + javax.xml.bind.annotation, + javax.xml.bind, + javax.xml.transform, + javax.xml.datatype, + javax.management, + javax.security.auth, + javax.security.auth.login, + javax.security.auth.callback, + javax.xml.soap, + javax.xml.parsers, + javax.xml.namespace, + org.w3c.dom, + org.xml.sax, + javax.xml.transform.stream + + *;scope=compile|runtime;inline=false + + true + org.apache.shiro.core + + + + + + + + + + + org.onap.aaf.authz + aaf-cadi-shiro + 2.1.0 + + + \ No newline at end of file