This content has been marked as final.
Show 2 replies
-
1. Re: Seam 3 and LDAP integration
baraber Nov 23, 2011 10:42 AM (in response to rcbandit)Didn't try it, but since seam-security is based on picketlink-idm, It should be possible to use picketlink's LDAP identity store implementation.
The full name of the class is
org.picketlink.idm.impl.store.ldap.LDAPIdentityStoreImpl
and it can be found in the following dependency :<dependency> <groupId>org.picketlink.idm</groupId> <artifactId>picketlink-idm-ldap</artifactId> </dependency>
-
2. Re: Seam 3 and LDAP integration
yan.langlois Oct 3, 2012 5:14 PM (in response to baraber)Have you success using LDAP with seam 3 ?