Package io.vertx.mutiny.ext.auth.ldap
Class LdapAuthentication
java.lang.Object
io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
io.vertx.mutiny.ext.auth.ldap.LdapAuthentication
- All Implemented Interfaces:
MutinyDelegate
Factory interface for creating a LDAP
AuthenticationProvider
.
NOTE: This class has been automatically generated from the original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLdapAuthentication
(io.vertx.ext.auth.ldap.LdapAuthentication delegate) LdapAuthentication
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic LdapAuthentication
boolean
io.vertx.ext.auth.ldap.LdapAuthentication
int
hashCode()
static LdapAuthentication
newInstance
(io.vertx.ext.auth.ldap.LdapAuthentication arg) toString()
Methods inherited from class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
authenticate, authenticate, authenticateAndAwait, authenticateAndAwait, authenticateAndForget, authenticateAndForget, newInstance
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
LdapAuthentication
public LdapAuthentication(io.vertx.ext.auth.ldap.LdapAuthentication delegate) -
LdapAuthentication
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.ldap.LdapAuthentication getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Overrides:
getDelegate
in classAuthenticationProvider
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
- Overrides:
toString
in classAuthenticationProvider
-
equals
- Overrides:
equals
in classAuthenticationProvider
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAuthenticationProvider
-
create
public static LdapAuthentication create(Vertx vertx, io.vertx.ext.auth.ldap.LdapAuthenticationOptions options) - Parameters:
vertx
- the Vert.x instanceoptions
- the ldap options- Returns:
- the authentication provider
-
newInstance
-