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 Details

  • Constructor Details

    • JEEHttpActionAdapter

      protected JEEHttpActionAdapter()
      Deprecated.
  • Method Details

    • adapt

      public Object adapt(org.pac4j.core.exception.http.HttpAction action, org.pac4j.core.context.WebContext context)
      Deprecated.
      Specified by:
      adapt in interface org.pac4j.core.http.adapter.HttpActionAdapter