Unable to find the external references in oracle access manager custom Authentication plugin
HI All,
I am Facing issue in consuming the external references (external jars) inside the custom authentication plugin , every time with lot many modifications i get the same class not found exception
the project structure of the plugin is as per the documentation
.Manifest.mf
Manifest-Version: 1.0
Bundle-Version: 1
Bundle-Name: OnePortalAuth
Bundle-ManifestVersion: 2
Bundle-Activator: com.vodafone.oneportal.OnePortalAuth
Bundle-SymbolicName: OnePortalAuth
Import-Package: org.osgi.framework;version="1.3.0",
- oracle.security.am.plugin,
- oracle.security.am.plugin.authn,
- oracle.security.am.plugin.impl,
- oracle.security.am.engines.common.identity.api,
- oracle.security.am.plugin.api,
- oracle.security.am.common.utilities.principal,
- oracle.security.am.engines.common.identity.provider,