Class UndertowAuthenticatedActionsHandler

java.lang.Object
org.keycloak.adapters.undertow.UndertowAuthenticatedActionsHandler
All Implemented Interfaces:
io.undertow.server.HttpHandler

public class UndertowAuthenticatedActionsHandler extends Object implements io.undertow.server.HttpHandler
Bridge for authenticated Keycloak adapter actions
Version:
$Revision: 1 $
Author:
Bill Burke, Stan Silvert ssilvert@redhat.com (C) 2014 Red Hat Inc.
  • Field Details

    • deploymentContext

      protected AdapterDeploymentContext deploymentContext
    • next

      protected io.undertow.server.HttpHandler next
  • Constructor Details

    • UndertowAuthenticatedActionsHandler

      public UndertowAuthenticatedActionsHandler(AdapterDeploymentContext deploymentContext, io.undertow.server.HttpHandler next)
  • Method Details

    • handleRequest

      public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception
      Specified by:
      handleRequest in interface io.undertow.server.HttpHandler
      Throws:
      Exception