[keycloak-user] In Keycloak 2.4.0 the keycloak-ldap-federation library misses the org.keycloak.federation.ldap package?!

Edgar Vonk - Info.nl Edgar at info.nl
Thu Jan 5 05:08:47 EST 2017


Thanks Bill! I managed to migrate our code to the new API.


On 4 Jan 2017, at 18:36, Bill Burke <bburke at redhat.com<mailto:bburke at redhat.com>> wrote:

New package is org.keycloak.storage.ldap.  New classname is
AbstractLDAPStorageMapper.  We will be making more changes to LDAP
provider soon to support in-memory only (no import).  So, this stuff
will be in flux for a few more releases.


On 1/4/17 11:55 AM, Edgar Vonk - Info.nl<http://info.nl/> wrote:
Hi,

We have our own custom Keycloak LDAP federation mappers and for this purpose we use the keycloak-ldap-federation.jar library.

In Keycloak 2.4.0.Final this library suddenly seems to be missing the entire org.keycloak.federation.ldap package?! Only the org.keycloak.storage.ldap package seems to be in there now.

We use this package heavily and I think we need to because I don’t know of another way to create custom LDAP federation mappers?

E.g. our custom federation mapper extends from the org.keycloak.federation.ldap.mappers.AbstractLDAPFederationMapper class and overrides various methods and therefore needs these classes:

import org.keycloak.federation.ldap.LDAPFederationProvider;
import org.keycloak.federation.ldap.idm.model.LDAPObject;
import org.keycloak.federation.ldap.idm.query.internal.LDAPQuery;
import org.keycloak.federation.ldap.mappers.AbstractLDAPFederationMapper;


Is there another library that contains this package?


cheers



_______________________________________________
keycloak-user mailing list
keycloak-user at lists.jboss.org<mailto:keycloak-user at lists.jboss.org>
https://lists.jboss.org/mailman/listinfo/keycloak-user

_______________________________________________
keycloak-user mailing list
keycloak-user at lists.jboss.org<mailto:keycloak-user at lists.jboss.org>
https://lists.jboss.org/mailman/listinfo/keycloak-user



More information about the keycloak-user mailing list