LdapIdentityProvider is not resolved in service | Community
Skip to main content
Dinu_Arya
Level 6
December 3, 2015
Solved

LdapIdentityProvider is not resolved in service

  • December 3, 2015
  • 1 reply
  • 970 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by JustinEd3

Hi,

That package is not exported so you cannot use it. If you want to read the configuration values, I'd suggest using the OSGi Configuration Admin service.

Regards,

Justin

1 reply

JustinEd3Adobe EmployeeAccepted solution
Adobe Employee
December 3, 2015

Hi,

That package is not exported so you cannot use it. If you want to read the configuration values, I'd suggest using the OSGi Configuration Admin service.

Regards,

Justin