Active directory authentication

I trying to implement AD authentication.
I’m following CUBA documentation, but I didn’t understand this step:

“Create a CubaAuthProvider implementation class in the web module:”

What exactly should I do?
Sorry, but I’m not an expert java developer.

Thank you

Hi,

If you simply need to authenticate users using Active Directory I’d recommend that you use built-in LdapAuthProvider: Basic LDAP Integration - CUBA Platform. Developer’s Manual If this integration is not enough for you please share your requirements.

Sorry, I did not read the documentation carefully.
In fact this solution is much simpler.
Thank you