public class HtpasswdAuth extends AuthenticationProvider
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static io.vertx.lang.rx.TypeArg<HtpasswdAuth> |
__TYPE_ARG |
| Constructor and Description |
|---|
HtpasswdAuth(HtpasswdAuth delegate) |
HtpasswdAuth(Object delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(UsernamePasswordCredentials credential)
Authenticate a User using the specified
|
void |
authenticate(UsernamePasswordCredentials credential,
Handler<AsyncResult<User>> handler)
Authenticate a User using the specified
|
static HtpasswdAuth |
create(Vertx vertx) |
static HtpasswdAuth |
create(Vertx vertx,
HtpasswdAuthOptions htpasswdAuthOptions) |
boolean |
equals(Object o) |
HtpasswdAuth |
getDelegate() |
int |
hashCode() |
static HtpasswdAuth |
newInstance(HtpasswdAuth arg) |
Single<User> |
rxAuthenticate(UsernamePasswordCredentials credential)
Authenticate a User using the specified
|
String |
toString() |
authenticate, authenticate, newInstance, rxAuthenticatepublic static final io.vertx.lang.rx.TypeArg<HtpasswdAuth> __TYPE_ARG
public HtpasswdAuth(HtpasswdAuth delegate)
public HtpasswdAuth(Object delegate)
public String toString()
toString in class AuthenticationProviderpublic boolean equals(Object o)
equals in class AuthenticationProviderpublic int hashCode()
hashCode in class AuthenticationProviderpublic HtpasswdAuth getDelegate()
getDelegate in class AuthenticationProviderpublic static HtpasswdAuth create(Vertx vertx)
public static HtpasswdAuth create(Vertx vertx, HtpasswdAuthOptions htpasswdAuthOptions)
public void authenticate(UsernamePasswordCredentials credential, Handler<AsyncResult<User>> handler)
credential - handler - public void authenticate(UsernamePasswordCredentials credential)
credential - public Single<User> rxAuthenticate(UsernamePasswordCredentials credential)
credential - public static HtpasswdAuth newInstance(HtpasswdAuth arg)
Copyright © 2020 Eclipse. All rights reserved.