public class UndertowHttpFacade extends Object implements HttpFacade
Modifier and Type | Class and Description |
---|---|
protected class |
UndertowHttpFacade.RequestFacade |
protected class |
UndertowHttpFacade.ResponseFacade |
HttpFacade.Cookie, HttpFacade.Request, HttpFacade.Response
Modifier and Type | Field and Description |
---|---|
protected io.undertow.server.HttpServerExchange |
exchange |
static io.undertow.util.AttachmentKey<KeycloakSecurityContext> |
KEYCLOAK_SECURITY_CONTEXT_KEY |
protected UndertowHttpFacade.RequestFacade |
requestFacade |
protected UndertowHttpFacade.ResponseFacade |
responseFacade |
Constructor and Description |
---|
UndertowHttpFacade(io.undertow.server.HttpServerExchange exchange) |
Modifier and Type | Method and Description |
---|---|
X509Certificate[] |
getCertificateChain() |
HttpFacade.Request |
getRequest() |
HttpFacade.Response |
getResponse() |
KeycloakSecurityContext |
getSecurityContext() |
public static final io.undertow.util.AttachmentKey<KeycloakSecurityContext> KEYCLOAK_SECURITY_CONTEXT_KEY
protected io.undertow.server.HttpServerExchange exchange
protected UndertowHttpFacade.RequestFacade requestFacade
protected UndertowHttpFacade.ResponseFacade responseFacade
public UndertowHttpFacade(io.undertow.server.HttpServerExchange exchange)
public HttpFacade.Request getRequest()
getRequest
in interface HttpFacade
public HttpFacade.Response getResponse()
getResponse
in interface HttpFacade
public KeycloakSecurityContext getSecurityContext()
getSecurityContext
in interface HttpFacade
public X509Certificate[] getCertificateChain()
getCertificateChain
in interface HttpFacade
Copyright © 2015. All rights reserved.