Class LdapAuthentication


  • public class LdapAuthentication
    extends io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
    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 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:
        getDelegate in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
      • toString

        public String toString()
        Overrides:
        toString in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.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 instance
        options - the ldap options
        Returns:
        the authentication provider
      • newInstance

        public static LdapAuthentication newInstance​(io.vertx.ext.auth.ldap.LdapAuthentication arg)