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 LdapAuthenticationbooleanio.vertx.ext.auth.ldap.LdapAuthenticationinthashCode()static LdapAuthenticationnewInstance(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:
getDelegatein interfaceMutinyDelegate- Overrides:
getDelegatein classAuthenticationProvider- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
- Overrides:
toStringin classAuthenticationProvider
-
equals
- Overrides:
equalsin classAuthenticationProvider
-
hashCode
public int hashCode()- Overrides:
hashCodein 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
-