Package org.pac4j.undertow.context
Class UndertowContextFactory
java.lang.Object
org.pac4j.undertow.context.UndertowContextFactory
- All Implemented Interfaces:
org.pac4j.core.context.WebContextFactory
public class UndertowContextFactory
extends Object
implements org.pac4j.core.context.WebContextFactory
Specific web context factory.
- Since:
- 5.0.0
- Author:
- Jerome LELEU
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.pac4j.core.context.WebContextnewContext(org.pac4j.core.context.FrameworkParameters parameters)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
UndertowContextFactory
public UndertowContextFactory()
-
-
Method Details
-
newContext
public org.pac4j.core.context.WebContext newContext(org.pac4j.core.context.FrameworkParameters parameters) - Specified by:
newContextin interfaceorg.pac4j.core.context.WebContextFactory
-