You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently for mapping LDAP entries to ODM annotated classes the objectclass field on the annotation @Entry is evaluated. The mapping considers only LDAP entries having the given class explicitly set as eligible for mapping. In some cases that objectclass is not explicitly set, but rather a more specific objectclass, which derives from the required objectclass (e.g. inetOrgPerson instead of Person). Of course those entries should also be considered when doing the mapping.
Not sure how to implement that, because to consider any derived objectclasses one would probably need to retrieve the according schema (even transitively).
The text was updated successfully, but these errors were encountered:
Currently for mapping LDAP entries to ODM annotated classes the
objectclass
field on the annotation@Entry
is evaluated. The mapping considers only LDAP entries having the given class explicitly set as eligible for mapping. In some cases that objectclass is not explicitly set, but rather a more specific objectclass, which derives from the required objectclass (e.g.inetOrgPerson
instead ofPerson
). Of course those entries should also be considered when doing the mapping.Not sure how to implement that, because to consider any derived objectclasses one would probably need to retrieve the according schema (even transitively).
The text was updated successfully, but these errors were encountered: