Package org.pac4j.core.context
Class JEEContextFactory
- java.lang.Object
-
- org.pac4j.core.context.JEEContextFactory
-
- All Implemented Interfaces:
org.pac4j.core.context.WebContextFactory
public class JEEContextFactory extends java.lang.Object implements org.pac4j.core.context.WebContextFactoryBuild a JEE context from parameters.- Since:
- 4.0.1
- Author:
- Jerome LELEU
-
-
Field Summary
Fields Modifier and Type Field Description static JEEContextFactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description JEEContextFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JEEContextnewContext(java.lang.Object... parameters)
-
-
-
Field Detail
-
INSTANCE
public static final JEEContextFactory INSTANCE
-
-
Method Detail
-
newContext
public JEEContext newContext(java.lang.Object... parameters)
- Specified by:
newContextin interfaceorg.pac4j.core.context.WebContextFactory
-
-