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 Summary
Fields Modifier and Type Field Description static org.pac4j.core.http.adapter.HttpActionAdapter
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
adapt(org.pac4j.core.exception.http.HttpAction action, org.pac4j.core.context.WebContext context)
-
-
-
Method Detail
-
adapt
public Object adapt(org.pac4j.core.exception.http.HttpAction action, org.pac4j.core.context.WebContext context)
- Specified by:
adapt
in interfaceorg.pac4j.core.http.adapter.HttpActionAdapter
-
-