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
Which cannot be overridden properly because overriding a Controller with mapping in Spring might be a challenging task.
Suggestion:
Extract this method to a service that will build the filter. Services can be overridden easily in CUBA, therefore, users will be able to create their own filters for LDAP search.
The text was updated successfully, but these errors were encountered:
Implement a flexible search in LDAP for the REST API controller
LdapAuthController
. Now we have a hardcoded simple methodWhich cannot be overridden properly because overriding a Controller with mapping in Spring might be a challenging task.
Suggestion:
Extract this method to a service that will build the filter. Services can be overridden easily in CUBA, therefore, users will be able to create their own filters for LDAP search.
The text was updated successfully, but these errors were encountered: