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

Bill Burke bburke at redhat.com
Wed Jan 4 12:36:32 EST 2017


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 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
> https://lists.jboss.org/mailman/listinfo/keycloak-user



More information about the keycloak-user mailing list