public class ExpiringJwtHandler extends AbstractSecurityHandler implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Security handler that handles list of users who logged out despite JWT Token being still valid
| Constructor and Description |
|---|
ExpiringJwtHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(io.vertx.ext.web.RoutingContext ctx,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.User>> handler) |
protected boolean |
isBasicAuth() |
denyAccessToTheHeathans, denyAccessToTheHeathans, getAsyncResultUser, handle, incrementAuthenticationMetricspublic void authenticate(io.vertx.ext.web.RoutingContext ctx,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.User>> handler)
authenticate in interface io.vertx.ext.web.handler.impl.AuthenticationHandlerInternalprotected boolean isBasicAuth()
isBasicAuth in class AbstractSecurityHandler