Class JEEHttpActionAdapter

  • All Implemented Interfaces:
    org.pac4j.core.http.adapter.HttpActionAdapter

    @Deprecated
    public class JEEHttpActionAdapter
    extends java.lang.Object
    implements org.pac4j.core.http.adapter.HttpActionAdapter
    Deprecated.
    Use the pac4j-javaee dependency instead.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected JEEHttpActionAdapter()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Object adapt​(org.pac4j.core.exception.http.HttpAction action, org.pac4j.core.context.WebContext context)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JEEHttpActionAdapter

        protected JEEHttpActionAdapter()
        Deprecated.
    • Method Detail

      • adapt

        public java.lang.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