public class OIDCUndertowHttpFacade extends UndertowHttpFacade implements OIDCHttpFacade
UndertowHttpFacade.RequestFacade, UndertowHttpFacade.ResponseFacade
HttpFacade.Cookie, HttpFacade.Request, HttpFacade.Response
Modifier and Type | Field and Description |
---|---|
static io.undertow.util.AttachmentKey<KeycloakSecurityContext> |
KEYCLOAK_SECURITY_CONTEXT_KEY |
AUTH_ERROR_ATTACHMENT_KEY, exchange, LOGOUT_ERROR_ATTACHMENT_KEY, requestFacade, responseFacade
Constructor and Description |
---|
OIDCUndertowHttpFacade(io.undertow.server.HttpServerExchange exchange) |
Modifier and Type | Method and Description |
---|---|
KeycloakSecurityContext |
getSecurityContext() |
getCertificateChain, getRequest, getResponse
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCertificateChain, getRequest, getResponse
public static final io.undertow.util.AttachmentKey<KeycloakSecurityContext> KEYCLOAK_SECURITY_CONTEXT_KEY
public OIDCUndertowHttpFacade(io.undertow.server.HttpServerExchange exchange)
public KeycloakSecurityContext getSecurityContext()
getSecurityContext
in interface OIDCHttpFacade
Copyright © 2021 JBoss by Red Hat. All rights reserved.