public class MpJwtPrincipalHandler extends Object implements io.undertow.server.HttpHandler
| Constructor and Description |
|---|
MpJwtPrincipalHandler(io.undertow.server.HttpHandler next) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(io.undertow.server.HttpServerExchange exchange)
If there is a JWTAccount installed in the exchange security context, create
|
public MpJwtPrincipalHandler(io.undertow.server.HttpHandler next)
public void handleRequest(io.undertow.server.HttpServerExchange exchange)
throws Exception
handleRequest in interface io.undertow.server.HttpHandlerexchange - - the request/response exchangeException - on failureCopyright © 2019 JBoss by Red Hat. All rights reserved.