Uses of Interface
io.vertx.ext.auth.ldap.LdapAuthentication
-
Packages that use LdapAuthentication Package Description io.vertx.ext.auth.ldap io.vertx.reactivex.ext.auth.ldap io.vertx.rxjava3.ext.auth.ldap -
-
Uses of LdapAuthentication in io.vertx.ext.auth.ldap
Methods in io.vertx.ext.auth.ldap that return LdapAuthentication Modifier and Type Method Description static LdapAuthentication
LdapAuthentication. create(Vertx vertx, LdapAuthenticationOptions options)
Create a LDAP authentication provider -
Uses of LdapAuthentication in io.vertx.reactivex.ext.auth.ldap
Methods in io.vertx.reactivex.ext.auth.ldap that return LdapAuthentication Modifier and Type Method Description LdapAuthentication
LdapAuthentication. getDelegate()
Methods in io.vertx.reactivex.ext.auth.ldap with parameters of type LdapAuthentication Modifier and Type Method Description static LdapAuthentication
LdapAuthentication. newInstance(LdapAuthentication arg)
Constructors in io.vertx.reactivex.ext.auth.ldap with parameters of type LdapAuthentication Constructor Description LdapAuthentication(LdapAuthentication delegate)
-
Uses of LdapAuthentication in io.vertx.rxjava3.ext.auth.ldap
Methods in io.vertx.rxjava3.ext.auth.ldap that return LdapAuthentication Modifier and Type Method Description LdapAuthentication
LdapAuthentication. getDelegate()
Methods in io.vertx.rxjava3.ext.auth.ldap with parameters of type LdapAuthentication Modifier and Type Method Description static LdapAuthentication
LdapAuthentication. newInstance(LdapAuthentication arg)
Constructors in io.vertx.rxjava3.ext.auth.ldap with parameters of type LdapAuthentication Constructor Description LdapAuthentication(LdapAuthentication delegate)
-