Class KeepActionHttpActionAdapter
- java.lang.Object
-
- org.pac4j.springframework.security.util.KeepActionHttpActionAdapter
-
- All Implemented Interfaces:
org.pac4j.core.http.adapter.HttpActionAdapter<Object,org.pac4j.core.context.JEEContext>
public class KeepActionHttpActionAdapter extends Object implements org.pac4j.core.http.adapter.HttpActionAdapter<Object,org.pac4j.core.context.JEEContext>
Keep the requested action.- Since:
- 5.1.0
- Author:
- Jerome LELEU
-
-
Constructor Summary
Constructors Constructor Description KeepActionHttpActionAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectadapt(org.pac4j.core.exception.http.HttpAction action, org.pac4j.core.context.JEEContext context)org.pac4j.core.exception.http.HttpActiongetAction()
-
-
-
Method Detail
-
adapt
public Object adapt(org.pac4j.core.exception.http.HttpAction action, org.pac4j.core.context.JEEContext context)
- Specified by:
adaptin interfaceorg.pac4j.core.http.adapter.HttpActionAdapter<Object,org.pac4j.core.context.JEEContext>
-
getAction
public org.pac4j.core.exception.http.HttpAction getAction()
-
-