Tabnine Logo
OIDCServletUndertowHttpFacade.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.keycloak.adapters.undertow.OIDCServletUndertowHttpFacade
constructor

Best Java code snippets using org.keycloak.adapters.undertow.OIDCServletUndertowHttpFacade.<init> (Showing top 4 results out of 315)

origin: org.keycloak/spring-boot-container-bundle

  @Override
  public UndertowHttpFacade createFacade(HttpServerExchange exchange) {
    return new OIDCServletUndertowHttpFacade(exchange);
  }
}
origin: org.keycloak/keycloak-undertow-adapter

  @Override
  public UndertowHttpFacade createFacade(HttpServerExchange exchange) {
    return new OIDCServletUndertowHttpFacade(exchange);
  }
}
origin: org.keycloak/spring-boot-container-bundle

@Override
public void handleRequest(HttpServerExchange exchange) throws Exception {
  UndertowHttpFacade facade = new OIDCServletUndertowHttpFacade(exchange);
  final ServletRequestContext servletRequestContext = exchange.getAttachment(ServletRequestContext.ATTACHMENT_KEY);
  SessionManagementBridge bridge = new SessionManagementBridge(userSessionManagement, servletRequestContext.getDeployment().getSessionManager());
  PreAuthActionsHandler handler = new PreAuthActionsHandler(bridge, deploymentContext, facade);
  if (handler.handleRequest()) return;
  next.handleRequest(exchange);
}
origin: org.keycloak/keycloak-undertow-adapter

@Override
public void handleRequest(HttpServerExchange exchange) throws Exception {
  UndertowHttpFacade facade = new OIDCServletUndertowHttpFacade(exchange);
  final ServletRequestContext servletRequestContext = exchange.getAttachment(ServletRequestContext.ATTACHMENT_KEY);
  SessionManagementBridge bridge = new SessionManagementBridge(userSessionManagement, servletRequestContext.getDeployment().getSessionManager());
  PreAuthActionsHandler handler = new PreAuthActionsHandler(bridge, deploymentContext, facade);
  if (handler.handleRequest()) return;
  next.handleRequest(exchange);
}
org.keycloak.adapters.undertowOIDCServletUndertowHttpFacade<init>

Popular methods of OIDCServletUndertowHttpFacade

    Popular in Java

    • Start an intent from android
    • onRequestPermissionsResult (Fragment)
    • startActivity (Activity)
    • findViewById (Activity)
    • Menu (java.awt)
    • BufferedImage (java.awt.image)
      The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
    • Kernel (java.awt.image)
    • InputStream (java.io)
      A readable source of bytes.Most clients will use input streams that read data from the file system (
    • ResourceBundle (java.util)
      ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
    • ZipFile (java.util.zip)
      This class provides random read access to a zip file. You pay more to read the zip file's central di
    • Top 12 Jupyter Notebook extensions
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Tabnine for your IDE now