Class PlayHttpActionAdapter

java.lang.Object
org.pac4j.play.http.PlayHttpActionAdapter
All Implemented Interfaces:
org.pac4j.core.http.adapter.HttpActionAdapter

public class PlayHttpActionAdapter extends Object implements org.pac4j.core.http.adapter.HttpActionAdapter
Specific HttpActionAdapter for Play.
Since:
7.0.0
Author:
Jerome Leleu
  • Field Details

    • logger

      protected final org.slf4j.Logger logger
    • INSTANCE

      public static final PlayHttpActionAdapter INSTANCE
    • results

      protected Map<Integer,play.mvc.Result> results
  • Constructor Details

    • PlayHttpActionAdapter

      public PlayHttpActionAdapter()
  • Method Details

    • adapt

      public play.mvc.Result 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
    • getResults

      public Map<Integer,play.mvc.Result> getResults()
    • setResults

      public void setResults(Map<Integer,play.mvc.Result> results)