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 StringThe 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 HtdigestAuthstatic HtdigestAuthbooleanio.vertx.ext.auth.htdigest.HtdigestAuthinthashCode()static HtdigestAuthnewInstance(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:
getDelegatein interfaceMutinyDelegate- Overrides:
getDelegatein classAuthenticationProvider- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
- Overrides:
toStringin classAuthenticationProvider
-
equals
- Overrides:
equalsin classAuthenticationProvider
-
hashCode
public int hashCode()- Overrides:
hashCodein classAuthenticationProvider
-
create
- Parameters:
vertx-- Returns:
- the created instance of
HtdigestAuths
-
create
- Parameters:
vertx-htfile- the existing htfile.- Returns:
- the created instance of
HtdigestAuths
-
realm
- Returns:
- the realm
-
newInstance
-