Hi Chandan,

the SyncopeLoginModule is there:

https://github.com/apache/karaf/blob/master/jaas/modules/src/main/java/org/apache/karaf/jaas/modules/syncope/SyncopeLoginModule.java

You can see in the code:

CloseableHttpResponse response = client.execute(get);

You can also see the OSGi headers statements there:

https://github.com/apache/karaf/blob/master/jaas/modules/pom.xml

Especially:

                        <Private-Package>
                            org.apache.karaf.jaas.modules.impl,
                            org.apache.felix.utils.properties,
                            org.apache.karaf.util,
                            org.apache.http*,
                            org.apache.commons.codec*
                        </Private-Package>

Regards
JB

On 10/29/2015 04:20 AM, Chandan wrote:
Syncope login module. Where I can have a look @it?
if you provide me a url/example I can have a look at it right away.

Regards,
Chandan



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Karaf-Issue-Web-services-not-getting-called-not-working-as-expected-tp4043195p4043212.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to