public interface AuthenticationHandler extends Handler<RoutingContext>
An auth handler allows your application to provide authentication support.
An Auth handler may require a SessionHandler
to be on the routing chain before it.
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Method and Description |
---|---|
AuthenticationHandler |
getDelegate() |
void |
handle(RoutingContext event)
Something has happened, so handle it.
|
static AuthenticationHandler |
newInstance(AuthenticationHandler arg) |
AuthenticationHandler getDelegate()
void handle(RoutingContext event)
handle
in interface Handler<RoutingContext>
event
- the event to handlestatic AuthenticationHandler newInstance(AuthenticationHandler arg)
Copyright © 2021 Eclipse. All rights reserved.