Class HtdigestAuth
java.lang.Object
io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
An extension of AuthProvider which is using .htdigest file as store
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<HtdigestAuth> static final StringThe property name to be used to set the name of the collection inside the config -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HtdigestAuthCreates an instance of HtdigestAuth.static HtdigestAuthCreates an instance of HtdigestAuth by using the given htfile file.booleaninthashCode()static HtdigestAuthnewInstance(HtdigestAuth arg) realm()Return the currently used realmtoString()Methods inherited from class AuthenticationProvider
authenticate, newInstance, rxAuthenticate
-
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
-
HtdigestAuth
-
-
Method Details
-
toString
- Overrides:
toStringin classAuthenticationProvider
-
equals
- Overrides:
equalsin classAuthenticationProvider
-
hashCode
public int hashCode()- Overrides:
hashCodein classAuthenticationProvider
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate- Overrides:
getDelegatein classAuthenticationProvider
-
create
Creates an instance of HtdigestAuth.- Parameters:
vertx-- Returns:
- the created instance of
HtdigestAuths
-
create
Creates an instance of HtdigestAuth by using the given htfile file.- Parameters:
vertx-htfile- the existing htfile.- Returns:
- the created instance of
HtdigestAuths
-
realm
-
newInstance
-