Class CallbackHttpActionAdapter

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

public class CallbackHttpActionAdapter extends Object implements org.pac4j.core.http.adapter.HttpActionAdapter
HTTP action adapter for authentication request callbacks.
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