Class LdapAuthenticationProvider<T,I,S>

java.lang.Object
io.micronaut.security.ldap.LdapAuthenticationProvider<T,I,S>
Type Parameters:
T - Request Context Type
I - Authentication Request Identity Type
S - Authentication Request Secret Type
All Implemented Interfaces:
io.micronaut.core.order.Ordered, AuthenticationProvider<T,I,S>, ExecutorAuthenticationProvider<T,I,S>, Closeable, AutoCloseable

public class LdapAuthenticationProvider<T,I,S> extends Object implements ExecutorAuthenticationProvider<T,I,S>, Closeable
Authenticates against an LDAP server using the configuration provided through LdapConfiguration. One provider will be created for each configuration.
Since:
1.0
Author:
James Kleeh