Class ExtendedJeeHttpActionAdapter

java.lang.Object
de.xima.fc.security.pac4j.http.adapter.ExtendedJeeHttpActionAdapter
All Implemented Interfaces:
org.pac4j.core.http.adapter.HttpActionAdapter

public class ExtendedJeeHttpActionAdapter extends Object implements org.pac4j.core.http.adapter.HttpActionAdapter
Extended JEE HTTP action adapter that adapts actions with location and content and redirects to default pages if no content or location was given.
Since:
7.2.0
Author:
XIMA Media GmbH
  • Field Details

    • INSTANCE

      public static final org.pac4j.core.http.adapter.HttpActionAdapter INSTANCE
  • 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