Hi Team,
I have to get the org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider configuration in another service. When I tried include it using @Reference, it's package is not resolving. But org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalIdentityProvider is resolved and I'm able to use it. I need to get the LdapIdentityProvider's configured information to connect to LDAP programmatically.
Please help me in this.
Thanks,
AryA.