public class LdapAuthentication extends AuthenticationProvider
AuthenticationProvider
.
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<LdapAuthentication> |
__TYPE_ARG |
Constructor and Description |
---|
LdapAuthentication(LdapAuthentication delegate) |
LdapAuthentication(Object delegate) |
Modifier and Type | Method and Description |
---|---|
static LdapAuthentication |
create(Vertx vertx,
LdapAuthenticationOptions options)
Create a LDAP authentication provider
|
boolean |
equals(Object o) |
LdapAuthentication |
getDelegate() |
int |
hashCode() |
static LdapAuthentication |
newInstance(LdapAuthentication arg) |
String |
toString() |
authenticate, authenticate, authenticate, authenticate, newInstance, rxAuthenticate, rxAuthenticate
public static final io.vertx.lang.rx.TypeArg<LdapAuthentication> __TYPE_ARG
public LdapAuthentication(LdapAuthentication delegate)
public LdapAuthentication(Object delegate)
public String toString()
toString
in class AuthenticationProvider
public boolean equals(Object o)
equals
in class AuthenticationProvider
public int hashCode()
hashCode
in class AuthenticationProvider
public LdapAuthentication getDelegate()
getDelegate
in class AuthenticationProvider
public static LdapAuthentication create(Vertx vertx, LdapAuthenticationOptions options)
vertx
- the Vert.x instanceoptions
- the ldap optionspublic static LdapAuthentication newInstance(LdapAuthentication arg)
Copyright © 2023 Eclipse. All rights reserved.