Package org.keycloak.adapters.undertow
Class UndertowHttpFacade
java.lang.Object
org.keycloak.adapters.undertow.UndertowHttpFacade
- All Implemented Interfaces:
HttpFacade
- Direct Known Subclasses:
OIDCUndertowHttpFacade
,ServletHttpFacade
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
protected class
Nested classes/interfaces inherited from interface org.keycloak.adapters.spi.HttpFacade
HttpFacade.Cookie, HttpFacade.Request, HttpFacade.Response
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.undertow.util.AttachmentKey
<AuthenticationError> protected io.undertow.server.HttpServerExchange
static final io.undertow.util.AttachmentKey
<LogoutError> protected UndertowHttpFacade.RequestFacade
protected UndertowHttpFacade.ResponseFacade
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
AUTH_ERROR_ATTACHMENT_KEY
-
LOGOUT_ERROR_ATTACHMENT_KEY
-
exchange
protected io.undertow.server.HttpServerExchange exchange -
requestFacade
-
responseFacade
-
-
Constructor Details
-
UndertowHttpFacade
public UndertowHttpFacade(io.undertow.server.HttpServerExchange exchange)
-
-
Method Details
-
getRequest
- Specified by:
getRequest
in interfaceHttpFacade
-
getResponse
- Specified by:
getResponse
in interfaceHttpFacade
-
getCertificateChain
- Specified by:
getCertificateChain
in interfaceHttpFacade
-