public class ChainAuthHandler extends Object implements AuthenticationHandler, Handler<RoutingContext>
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ChainAuthHandler> |
__TYPE_ARG |
Constructor and Description |
---|
ChainAuthHandler(ChainAuthHandler delegate) |
ChainAuthHandler(Object delegate) |
Modifier and Type | Method and Description |
---|---|
ChainAuthHandler |
add(AuthenticationHandler other)
Appends a auth provider to the chain.
|
static ChainAuthHandler |
all()
Create a chain authentication handler that will assert that all handlers pass the verification.
|
static ChainAuthHandler |
any()
Create a chain authentication handler that will assert that any handler passes the verification.
|
static ChainAuthHandler |
create()
Deprecated.
|
boolean |
equals(Object o) |
ChainAuthHandler |
getDelegate() |
void |
handle(RoutingContext event)
Something has happened, so handle it.
|
int |
hashCode() |
static ChainAuthHandler |
newInstance(ChainAuthHandler arg) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
newInstance
public static final io.vertx.lang.rx.TypeArg<ChainAuthHandler> __TYPE_ARG
public ChainAuthHandler(ChainAuthHandler delegate)
public ChainAuthHandler(Object delegate)
public ChainAuthHandler getDelegate()
getDelegate
in interface AuthenticationHandler
public void handle(RoutingContext event)
handle
in interface Handler<RoutingContext>
handle
in interface AuthenticationHandler
event
- the event to handle@Deprecated public static ChainAuthHandler create()
public static ChainAuthHandler all()
public static ChainAuthHandler any()
public ChainAuthHandler add(AuthenticationHandler other)
other
- auth handlerpublic static ChainAuthHandler newInstance(ChainAuthHandler arg)
Copyright © 2022 Eclipse. All rights reserved.