Class KeepActionHttpActionAdapter

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

    public class KeepActionHttpActionAdapter
    extends Object
    implements org.pac4j.core.http.adapter.HttpActionAdapter
    Keep the requested action.
    Since:
    5.1.0
    Author:
    Jerome LELEU
    • Constructor Detail

      • KeepActionHttpActionAdapter

        public KeepActionHttpActionAdapter()
    • Method Detail

      • 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
      • getAction

        public org.pac4j.core.exception.http.HttpAction getAction()