Package | Description |
---|---|
io.vertx.ext.auth.ldap | |
io.vertx.reactivex.ext.auth.ldap | |
io.vertx.rxjava.ext.auth.ldap |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static LdapAuthentication |
LdapAuthentication.create(Vertx vertx,
LdapAuthenticationOptions options)
Create a LDAP authentication provider
|
static void |
LdapAuthenticationOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
LdapAuthenticationOptions obj) |
static void |
LdapAuthenticationOptionsConverter.toJson(LdapAuthenticationOptions obj,
JsonObject json) |
static void |
LdapAuthenticationOptionsConverter.toJson(LdapAuthenticationOptions obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
static LdapAuthentication |
LdapAuthentication.create(Vertx vertx,
LdapAuthenticationOptions options)
Create a LDAP authentication provider
|
Modifier and Type | Method and Description |
---|---|
static LdapAuthentication |
LdapAuthentication.create(Vertx vertx,
LdapAuthenticationOptions options)
Create a LDAP authentication provider
|
Copyright © 2021 Eclipse. All rights reserved.