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
-
public class LdapAuthentication extends io.vertx.mutiny.ext.auth.authentication.AuthenticationProviderFactory interface for creating a LDAPAuthenticationProvider. NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static io.smallrye.mutiny.vertx.TypeArg<LdapAuthentication>__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description LdapAuthentication(io.vertx.ext.auth.ldap.LdapAuthentication delegate)LdapAuthentication(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LdapAuthenticationcreate(io.vertx.mutiny.core.Vertx vertx, io.vertx.ext.auth.ldap.LdapAuthenticationOptions options)booleanequals(Object o)io.vertx.ext.auth.ldap.LdapAuthenticationgetDelegate()inthashCode()static LdapAuthenticationnewInstance(io.vertx.ext.auth.ldap.LdapAuthentication arg)StringtoString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.smallrye.mutiny.vertx.TypeArg<LdapAuthentication> __TYPE_ARG
-
-
Constructor Detail
-
LdapAuthentication
public LdapAuthentication(io.vertx.ext.auth.ldap.LdapAuthentication delegate)
-
LdapAuthentication
public LdapAuthentication(Object delegate)
-
-
Method Detail
-
getDelegate
public io.vertx.ext.auth.ldap.LdapAuthentication getDelegate()
- Overrides:
getDelegatein classio.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
-
toString
public String toString()
- Overrides:
toStringin classio.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
-
create
public static LdapAuthentication create(io.vertx.mutiny.core.Vertx vertx, io.vertx.ext.auth.ldap.LdapAuthenticationOptions options)
- Parameters:
vertx- the Vert.x instanceoptions- the ldap options- Returns:
- the authentication provider
-
newInstance
public static LdapAuthentication newInstance(io.vertx.ext.auth.ldap.LdapAuthentication arg)
-
-