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