Package io.vertx.reactivex.ext.auth.ldap
Class LdapAuthentication
- java.lang.Object
-
- io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
-
- io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
-
public class LdapAuthentication extends AuthenticationProvider
Factory interface for creating a LDAPAuthenticationProvider
.NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<LdapAuthentication>
__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description LdapAuthentication(LdapAuthentication delegate)
LdapAuthentication(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LdapAuthentication
create(Vertx vertx, LdapAuthenticationOptions options)
Create a LDAP authentication providerboolean
equals(Object o)
LdapAuthentication
getDelegate()
int
hashCode()
static LdapAuthentication
newInstance(LdapAuthentication arg)
String
toString()
-
Methods inherited from class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
authenticate, newInstance, rxAuthenticate
-
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<LdapAuthentication> __TYPE_ARG
-
-
Constructor Detail
-
LdapAuthentication
public LdapAuthentication(LdapAuthentication delegate)
-
LdapAuthentication
public LdapAuthentication(Object delegate)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classAuthenticationProvider
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classAuthenticationProvider
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAuthenticationProvider
-
getDelegate
public LdapAuthentication getDelegate()
- Overrides:
getDelegate
in classAuthenticationProvider
-
create
public static LdapAuthentication create(Vertx vertx, LdapAuthenticationOptions options)
Create a LDAP authentication provider- Parameters:
vertx
- the Vert.x instanceoptions
- the ldap options- Returns:
- the authentication provider
-
newInstance
public static LdapAuthentication newInstance(LdapAuthentication arg)
-
-