Class HtdigestAuth
java.lang.Object
io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
io.vertx.mutiny.ext.auth.htdigest.HtdigestAuth
- All Implemented Interfaces:
MutinyDelegate
An extension of AuthProvider which is using .htdigest file as store
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypeArg<HtdigestAuth>
static final String
The property name to be used to set the name of the collection inside the config -
Constructor Summary
ConstructorsConstructorDescriptionHtdigestAuth
(io.vertx.ext.auth.htdigest.HtdigestAuth delegate) HtdigestAuth
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic HtdigestAuth
static HtdigestAuth
boolean
io.vertx.ext.auth.htdigest.HtdigestAuth
int
hashCode()
static HtdigestAuth
newInstance
(io.vertx.ext.auth.htdigest.HtdigestAuth arg) realm()
toString()
Methods inherited from class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
authenticate, authenticate, authenticateAndAwait, authenticateAndAwait, authenticateAndForget, authenticateAndForget, newInstance
-
Field Details
-
__TYPE_ARG
-
HTDIGEST_FILE
The property name to be used to set the name of the collection inside the config- See Also:
-
-
Constructor Details
-
HtdigestAuth
public HtdigestAuth(io.vertx.ext.auth.htdigest.HtdigestAuth delegate) -
HtdigestAuth
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.htdigest.HtdigestAuth 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
- Parameters:
vertx
-- Returns:
- the created instance of
HtdigestAuth
s
-
create
- Parameters:
vertx
-htfile
- the existing htfile.- Returns:
- the created instance of
HtdigestAuth
s
-
realm
- Returns:
- the realm
-
newInstance
-