public class AuthProvider extends AuthenticationProvider
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static TypeArg<AuthProvider> |
__TYPE_ARG |
| Constructor and Description |
|---|
AuthProvider(io.vertx.ext.auth.AuthProvider delegate) |
AuthProvider(Object delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
io.vertx.ext.auth.AuthProvider |
getDelegate() |
int |
hashCode() |
static AuthProvider |
newInstance(io.vertx.ext.auth.AuthProvider arg) |
String |
toString() |
authenticate, authenticate, newInstance, rxAuthenticate, rxAuthenticatepublic static final TypeArg<AuthProvider> __TYPE_ARG
public AuthProvider(io.vertx.ext.auth.AuthProvider delegate)
public AuthProvider(Object delegate)
public String toString()
toString in class AuthenticationProviderpublic boolean equals(Object o)
equals in class AuthenticationProviderpublic int hashCode()
hashCode in class AuthenticationProviderpublic io.vertx.ext.auth.AuthProvider getDelegate()
getDelegate in class AuthenticationProviderpublic static AuthProvider newInstance(io.vertx.ext.auth.AuthProvider arg)
Copyright © 2022 Eclipse. All rights reserved.