java.lang.Object
org.pac4j.jee.context.JEEContext
org.pac4j.javalin.JavalinWebContext
- All Implemented Interfaces:
org.pac4j.core.context.WebContext
public class JavalinWebContext
extends org.pac4j.jee.context.JEEContext
Web context that uses the Javalin implementations of parameter handling instead of the servlet ones
- Since:
- 7.0.0
- Author:
- Jacob Burroughs
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.pac4j.jee.context.JEEContext
addResponseCookie, getFullRequestURL, getNativeRequest, getNativeResponse, getPath, getProtocol, getQueryString, getRemoteAddr, getRequestAttribute, getRequestContent, getRequestCookies, getRequestHeader, getRequestMethod, getRequestURL, getResponseHeader, getScheme, getServerName, getServerPort, isSecure, setRequestAttribute, setResponseContentType, setResponseHeaderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pac4j.core.context.WebContext
getRequestAttribute
-
Constructor Details
-
JavalinWebContext
public JavalinWebContext(io.javalin.http.Context context)
-
-
Method Details
-
getContext
public io.javalin.http.Context getContext() -
getRequestParameter
- Specified by:
getRequestParameterin interfaceorg.pac4j.core.context.WebContext- Overrides:
getRequestParameterin classorg.pac4j.jee.context.JEEContext
-
getRequestParameters
- Specified by:
getRequestParametersin interfaceorg.pac4j.core.context.WebContext- Overrides:
getRequestParametersin classorg.pac4j.jee.context.JEEContext
-