Class LdapAuthentication
java.lang.Object
io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
io.vertx.rxjava3.ext.auth.ldap.LdapAuthentication
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
public class LdapAuthentication
extends AuthenticationProvider
implements io.vertx.lang.rx.RxDelegate
Factory interface for creating a LDAP
AuthenticationProvider.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLdapAuthentication(LdapAuthentication delegate) LdapAuthentication(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic LdapAuthenticationcreate(Vertx vertx, LdapAuthenticationOptions options) Create a LDAP authentication providerbooleaninthashCode()static LdapAuthenticationtoString()Methods inherited from class AuthenticationProvider
authenticate, newInstance, rxAuthenticate
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
LdapAuthentication
-
LdapAuthentication
-
-
Method Details
-
toString
- Overrides:
toStringin classAuthenticationProvider
-
equals
- Overrides:
equalsin classAuthenticationProvider
-
hashCode
public int hashCode()- Overrides:
hashCodein classAuthenticationProvider
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate- Overrides:
getDelegatein classAuthenticationProvider
-
create
Create a LDAP authentication provider- Parameters:
vertx- the Vert.x instanceoptions- the ldap options- Returns:
- the authentication provider
-
newInstance
-