Package io.vertx.ext.auth.ldap
Interface LdapAuthentication
-
- All Superinterfaces:
AuthenticationProvider
public interface LdapAuthentication extends AuthenticationProvider
Factory interface for creating a LDAPAuthenticationProvider
.- Author:
- Stephane Bastian
-
-
Method Summary
Static Methods Modifier and Type Method Description static LdapAuthentication
create(Vertx vertx, LdapAuthenticationOptions options)
Create a LDAP authentication provider-
Methods inherited from interface io.vertx.ext.auth.authentication.AuthenticationProvider
authenticate
-
-
-
-
Method Detail
-
create
static LdapAuthentication create(Vertx vertx, LdapAuthenticationOptions options)
Create a LDAP authentication provider- Parameters:
vertx
- the Vert.x instanceoptions
- the ldap options- Returns:
- the authentication provider
-
-