Package org.pac4j.undertow.http
Class UndertowHttpActionAdapter
java.lang.Object
org.pac4j.undertow.http.UndertowHttpActionAdapter
- All Implemented Interfaces:
org.pac4j.core.http.adapter.HttpActionAdapter
public class UndertowHttpActionAdapter
extends Object
implements org.pac4j.core.http.adapter.HttpActionAdapter
The specific
HttpActionAdapter for Undertow.- Since:
- 1.2.0
- Author:
- Jerome Leleu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
UndertowHttpActionAdapter
public UndertowHttpActionAdapter()
-
-
Method Details
-
adapt
public Object adapt(org.pac4j.core.exception.http.HttpAction action, org.pac4j.core.context.WebContext context) - Specified by:
adaptin interfaceorg.pac4j.core.http.adapter.HttpActionAdapter
-