
@Component public class JwksRouteHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
| Modifier and Type | Field and Description |
|---|---|
private CachedDataProvider |
cachedDataProvider
Cached data provider which provides the JWKS.
|
| Constructor and Description |
|---|
JwksRouteHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(io.vertx.ext.web.RoutingContext context) |
void |
setCachedDataProvider(CachedDataProvider cachedDataProvider) |
@Autowired private CachedDataProvider cachedDataProvider
public void handle(io.vertx.ext.web.RoutingContext context)
handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>public void setCachedDataProvider(CachedDataProvider cachedDataProvider)
Copyright © 2012–2018 Trajano. All rights reserved.