Uses of Class
io.vertx.ext.auth.ldap.LdapAuthenticationOptions
-
Packages that use LdapAuthenticationOptions Package Description io.vertx.ext.auth.ldap io.vertx.reactivex.ext.auth.ldap io.vertx.rxjava3.ext.auth.ldap -
-
Uses of LdapAuthenticationOptions in io.vertx.ext.auth.ldap
Methods in io.vertx.ext.auth.ldap that return LdapAuthenticationOptions Modifier and Type Method Description LdapAuthenticationOptions
LdapAuthenticationOptions. setAuthenticationMechanism(String authenticationMechanism)
sets the authentication mechanism.LdapAuthenticationOptions
LdapAuthenticationOptions. setAuthenticationQuery(String authenticationQuery)
Set the query to use to authenticate a user.LdapAuthenticationOptions
LdapAuthenticationOptions. setReferral(String referral)
Set the referral property.LdapAuthenticationOptions
LdapAuthenticationOptions. setUrl(String url)
Set the url to the LDAP server.Methods in io.vertx.ext.auth.ldap with parameters of type LdapAuthenticationOptions Modifier and Type Method Description static LdapAuthentication
LdapAuthentication. 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 LdapAuthenticationOptions Modifier and Type Method Description static LdapAuthentication
LdapAuthentication. 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 LdapAuthenticationOptions Modifier and Type Method Description static LdapAuthentication
LdapAuthentication. create(Vertx vertx, LdapAuthenticationOptions options)
Create a LDAP authentication provider
-