Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<SecurityScheme> |
__TYPE_ARG |
Constructor and Description |
---|
SecurityScheme(Object delegate) |
SecurityScheme(SecurityScheme delegate) |
Modifier and Type | Method and Description |
---|---|
Future<RouterBuilder> |
bind(java.util.function.Function<JsonObject,Future<AuthenticationHandler>> factory) |
Future<RouterBuilder> |
bind(Function<JsonObject,Single<AuthenticationHandler>> factory) |
RouterBuilder |
bindBlocking(java.util.function.Function<JsonObject,AuthenticationHandler> factory) |
boolean |
equals(Object o) |
SecurityScheme |
getDelegate() |
int |
hashCode() |
static SecurityScheme |
newInstance(SecurityScheme arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<SecurityScheme> __TYPE_ARG
public SecurityScheme(SecurityScheme delegate)
public SecurityScheme(Object delegate)
public SecurityScheme getDelegate()
public RouterBuilder bindBlocking(java.util.function.Function<JsonObject,AuthenticationHandler> factory)
public Future<RouterBuilder> bind(java.util.function.Function<JsonObject,Future<AuthenticationHandler>> factory)
public Future<RouterBuilder> bind(Function<JsonObject,Single<AuthenticationHandler>> factory)
public static SecurityScheme newInstance(SecurityScheme arg)
Copyright © 2021 Eclipse. All rights reserved.