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 TypeMethodDescriptionvoidaccept(RoutingContext item) add(AuthenticationHandler other) static ChainAuthHandlerall()static ChainAuthHandlerany()static ChainAuthHandlercreate()Deprecated.booleanio.vertx.ext.web.handler.ChainAuthHandlervoidhandle(RoutingContext arg0) inthashCode()static ChainAuthHandlernewInstance(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:
getDelegatein interfaceAuthenticationHandler- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
handle
- Specified by:
handlein interfaceAuthenticationHandler- Specified by:
handlein 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:
acceptin interfaceAuthenticationHandler- Specified by:
acceptin interfaceConsumer<RoutingContext>
-
newInstance
-
any()instead.