Package org.keycloak.adapters.undertow
Class OIDCUndertowHttpFacade
java.lang.Object
org.keycloak.adapters.undertow.UndertowHttpFacade
org.keycloak.adapters.undertow.OIDCUndertowHttpFacade
- All Implemented Interfaces:
OIDCHttpFacade,HttpFacade
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Nested Class Summary
Nested classes/interfaces inherited from class org.keycloak.adapters.undertow.UndertowHttpFacade
UndertowHttpFacade.RequestFacade, UndertowHttpFacade.ResponseFacadeNested 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<KeycloakSecurityContext>Fields inherited from class org.keycloak.adapters.undertow.UndertowHttpFacade
AUTH_ERROR_ATTACHMENT_KEY, exchange, LOGOUT_ERROR_ATTACHMENT_KEY, requestFacade, responseFacade -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.keycloak.adapters.undertow.UndertowHttpFacade
getCertificateChain, getRequest, getResponseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.adapters.spi.HttpFacade
getCertificateChain, getRequest, getResponse
-
Field Details
-
KEYCLOAK_SECURITY_CONTEXT_KEY
public static final io.undertow.util.AttachmentKey<KeycloakSecurityContext> KEYCLOAK_SECURITY_CONTEXT_KEY
-
-
Constructor Details
-
OIDCUndertowHttpFacade
public OIDCUndertowHttpFacade(io.undertow.server.HttpServerExchange exchange)
-
-
Method Details
-
getSecurityContext
- Specified by:
getSecurityContextin interfaceOIDCHttpFacade
-