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 HttpFacadepublic HttpFacade.Response getResponse()
getResponse in interface HttpFacadepublic KeycloakSecurityContext getSecurityContext()
getSecurityContext in interface HttpFacadepublic X509Certificate[] getCertificateChain()
getCertificateChain in interface HttpFacadeCopyright © 2014. All Rights Reserved.