@Configuration @Requires(property="micronaut.security.ldap.enabled", notEquals="false")
See: Description
Interface | Description |
---|---|
ContextAuthenticationMapper |
Responsible for mapping the result of LDAP authentication to an
AuthenticationResponse . |
Class | Description |
---|---|
DefaultContextAuthenticationMapper |
The default implementation to create an
AuthenticationResponse from a successful
ldap authentication result. |
LdapAuthenticationProvider |
Authenticates against an LDAP server using the configuration provided through
LdapConfiguration . |
LdapAuthenticationProviderFactory |
Factory to create an LDAP authentication provider if the configuration is enabled.
|
LdapEnabledCondition |
Condition to enable the LDAP authentication provider.
|