Class JEEHttpActionAdapter

java.lang.Object
org.pac4j.jee.http.adapter.JEEHttpActionAdapter
All Implemented Interfaces:
org.pac4j.core.http.adapter.HttpActionAdapter

public class JEEHttpActionAdapter extends Object implements org.pac4j.core.http.adapter.HttpActionAdapter
The HTTP action adapter for the JEEContext.
Since:
1.9.0
Author:
Jerome Leleu
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.pac4j.core.http.adapter.HttpActionAdapter
    Constant INSTANCE
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor for JEEHttpActionAdapter.
  • Method Summary

    Modifier and Type
    Method
    Description
    adapt(org.pac4j.core.exception.http.HttpAction action, org.pac4j.core.context.WebContext context)

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • INSTANCE

      public static final org.pac4j.core.http.adapter.HttpActionAdapter INSTANCE
      Constant INSTANCE
  • Constructor Details

    • JEEHttpActionAdapter

      protected JEEHttpActionAdapter()

      Constructor for JEEHttpActionAdapter.

  • Method Details

    • adapt

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