Uses of Class
io.vertx.ext.auth.ldap.LdapAuthenticationOptions
Packages that use LdapAuthenticationOptions
Package
Description
-
Uses of LdapAuthenticationOptions in io.vertx.ext.auth.ldap
Methods in io.vertx.ext.auth.ldap that return LdapAuthenticationOptionsModifier and TypeMethodDescriptionLdapAuthenticationOptions.setAuthenticationMechanism(String authenticationMechanism) sets the authentication mechanism. default to 'simple' if not setLdapAuthenticationOptions.setAuthenticationQuery(String authenticationQuery) Set the query to use to authenticate a user.LdapAuthenticationOptions.setReferral(String referral) Set the referral property.Set the url to the LDAP server.Methods in io.vertx.ext.auth.ldap with parameters of type LdapAuthenticationOptionsModifier and TypeMethodDescriptionstatic LdapAuthenticationLdapAuthentication.create(Vertx vertx, LdapAuthenticationOptions options) Create a LDAP authentication provider -
Uses of LdapAuthenticationOptions in io.vertx.reactivex.ext.auth.ldap
Methods in io.vertx.reactivex.ext.auth.ldap with parameters of type LdapAuthenticationOptionsModifier and TypeMethodDescriptionstatic LdapAuthenticationLdapAuthentication.create(Vertx vertx, LdapAuthenticationOptions options) Create a LDAP authentication provider -
Uses of LdapAuthenticationOptions in io.vertx.rxjava3.ext.auth.ldap
Methods in io.vertx.rxjava3.ext.auth.ldap with parameters of type LdapAuthenticationOptionsModifier and TypeMethodDescriptionstatic LdapAuthenticationLdapAuthentication.create(Vertx vertx, LdapAuthenticationOptions options) Create a LDAP authentication provider