Package org.pac4j.jee.http.adapter
Class JEEHttpActionAdapter
java.lang.Object
org.pac4j.jee.http.adapter.JEEHttpActionAdapter
- All Implemented Interfaces:
org.pac4j.core.http.adapter.HttpActionAdapter
@Deprecated
public class JEEHttpActionAdapter
extends Object
implements org.pac4j.core.http.adapter.HttpActionAdapter
Deprecated.
The HTTP action adapter for the
JEEContext.
You should upgrade to the new pac4j-jakartaee module.- Since:
- 1.9.0
- Author:
- Jerome Leleu
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.pac4j.core.http.adapter.HttpActionAdapterDeprecated.ConstantINSTANCE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Constructor for JEEHttpActionAdapter. -
Method Summary
-
Field Details
-
INSTANCE
public static final org.pac4j.core.http.adapter.HttpActionAdapter INSTANCEDeprecated.ConstantINSTANCE
-
-
Constructor Details
-
JEEHttpActionAdapter
protected JEEHttpActionAdapter()Deprecated.Constructor for JEEHttpActionAdapter.
-
-
Method Details
-
adapt
public Object adapt(org.pac4j.core.exception.http.HttpAction action, org.pac4j.core.context.WebContext context) Deprecated.- Specified by:
adaptin interfaceorg.pac4j.core.http.adapter.HttpActionAdapter
-