Package io.micronaut.security.ldap
@Configuration
@Requires(property="micronaut.security.ldap.enabled",
notEquals="false")
package io.micronaut.security.ldap
LDAP authentication support.
- Since:
- 1.0
- Author:
- Sergio del Amo, James Kleeh, Álvaro Sánchez-Mariscal
-
ClassDescriptionResponsible for mapping the result of LDAP authentication to an
AuthenticationResponse.The default implementation to create anAuthenticationResponsefrom a successful ldap authentication result.Authenticates against an LDAP server using the configuration provided throughLdapConfiguration.Factory to create an LDAP authentication provider if the configuration is enabled.Condition to enable the LDAP authentication provider.