Class OIDCUndertowHttpFacade

java.lang.Object
org.keycloak.adapters.undertow.UndertowHttpFacade
org.keycloak.adapters.undertow.OIDCUndertowHttpFacade
All Implemented Interfaces:
OIDCHttpFacade, HttpFacade

public class OIDCUndertowHttpFacade extends UndertowHttpFacade implements OIDCHttpFacade
Version:
$Revision: 1 $
Author:
Bill Burke
  • 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