Class JEEHttpActionAdapter

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

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

      Constructors 
      Modifier Constructor Description
      protected JEEHttpActionAdapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object 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
    • Constructor Detail

      • JEEHttpActionAdapter

        protected JEEHttpActionAdapter()
    • Method Detail

      • adapt

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