Class HtpasswdAuth
java.lang.Object
io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
io.vertx.rxjava3.ext.auth.htpasswd.HtpasswdAuth
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
An extension of AuthProvider which is using htpasswd file as store
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HtpasswdAuthstatic HtpasswdAuthcreate(Vertx vertx, HtpasswdAuthOptions htpasswdAuthOptions) booleaninthashCode()static HtpasswdAuthnewInstance(HtpasswdAuth arg) toString()Methods inherited from class AuthenticationProvider
authenticate, newInstance, rxAuthenticate
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
HtpasswdAuth
-
HtpasswdAuth
-
-
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
-
create
-
newInstance
-