Class HtpasswdAuth
java.lang.Object
io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
io.vertx.mutiny.ext.auth.htpasswd.HtpasswdAuth
- All Implemented Interfaces:
MutinyDelegate
An extension of AuthProvider which is using htpasswd file as store
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHtpasswdAuth
(io.vertx.ext.auth.htpasswd.HtpasswdAuth delegate) HtpasswdAuth
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic HtpasswdAuth
static HtpasswdAuth
boolean
io.vertx.ext.auth.htpasswd.HtpasswdAuth
int
hashCode()
static HtpasswdAuth
newInstance
(io.vertx.ext.auth.htpasswd.HtpasswdAuth 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
-
HtpasswdAuth
public HtpasswdAuth(io.vertx.ext.auth.htpasswd.HtpasswdAuth delegate) -
HtpasswdAuth
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.htpasswd.HtpasswdAuth 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
-
create
public static HtpasswdAuth create(Vertx vertx, io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions htpasswdAuthOptions) -
newInstance
-