Interface LdapAuthentication
- All Superinterfaces:
AuthenticationProvider
Factory interface for creating a LDAP
AuthenticationProvider.- Author:
- Stephane Bastian
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic LdapAuthenticationcreate(Vertx vertx, LdapAuthenticationOptions options) Create a LDAP authentication providerMethods inherited from interface AuthenticationProvider
authenticate
-
Method Details
-
create
Create a LDAP authentication provider- Parameters:
vertx- the Vert.x instanceoptions- the ldap options- Returns:
- the authentication provider
-