Package org.pac4j.undertow.util
Class UndertowHelper
java.lang.Object
org.pac4j.undertow.util.UndertowHelper
Helper for Undertow
- Since:
- 1.2.0
- Author:
- Jerome Leleu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidpopulateContext(UndertowWebContext context, LinkedHashMap<String, org.pac4j.core.profile.UserProfile> profiles) Populate the security context with the authenticated user profiles.
-
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 contextprofiles- the linked hashmap of profiles
-