Class UndertowHelper

java.lang.Object
org.pac4j.undertow.util.UndertowHelper

public class UndertowHelper extends Object
Helper for Undertow
Since:
1.2.0
Author:
Jerome Leleu
  • Constructor Details

    • UndertowHelper

      public UndertowHelper()
  • Method Details

    • populateContext

      public static void populateContext(UndertowWebContext context, LinkedHashMap<String,org.pac4j.core.profile.UserProfile> profiles)
      Populate the security context with the authenticated user profiles.
      Parameters:
      context - the web context
      profiles - the linked hashmap of profiles