Package io.vertx.mutiny.ext.web.handler
Class ChainAuthHandler
java.lang.Object
io.vertx.mutiny.ext.web.handler.ChainAuthHandler
- All Implemented Interfaces:
MutinyDelegate
,io.vertx.core.Handler<RoutingContext>
,AuthenticationHandler
,Consumer<RoutingContext>
public class ChainAuthHandler
extends Object
implements MutinyDelegate, AuthenticationHandler, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
An auth handler that chains to a sequence of handlers.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChainAuthHandler
(io.vertx.ext.web.handler.ChainAuthHandler delegate) ChainAuthHandler
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(RoutingContext item) add
(AuthenticationHandler other) static ChainAuthHandler
all()
static ChainAuthHandler
any()
static ChainAuthHandler
create()
Deprecated.boolean
io.vertx.ext.web.handler.ChainAuthHandler
void
handle
(RoutingContext arg0) int
hashCode()
static ChainAuthHandler
newInstance
(io.vertx.ext.web.handler.ChainAuthHandler arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ChainAuthHandler
public ChainAuthHandler(io.vertx.ext.web.handler.ChainAuthHandler delegate) -
ChainAuthHandler
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.handler.ChainAuthHandler getDelegate()- Specified by:
getDelegate
in interfaceAuthenticationHandler
- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
handle
- Specified by:
handle
in interfaceAuthenticationHandler
- Specified by:
handle
in interfaceio.vertx.core.Handler<RoutingContext>
-
create
Deprecated.useany()
instead.- Returns:
-
all
- Returns:
- a new chain authentication handler
-
any
- Returns:
- a new chain authentication handler
-
add
- Parameters:
other
- auth handler- Returns:
- self
-
accept
- Specified by:
accept
in interfaceAuthenticationHandler
- Specified by:
accept
in interfaceConsumer<RoutingContext>
-
newInstance
-
any()
instead.