Class UndertowHttpServletRequestContext
java.lang.Object
org.wildfly.elytron.web.undertow.server.servlet.UndertowHttpServletRequestContext
- All Implemented Interfaces:
org.wildfly.security.authz.jacc.HttpServletRequestContext
public class UndertowHttpServletRequestContext
extends Object
implements org.wildfly.security.authz.jacc.HttpServletRequestContext
Context to access the current HttpServletRequest.
- Author:
- Darran Lofthouse
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UndertowHttpServletRequestContext
public UndertowHttpServletRequestContext()
-
-
Method Details
-
getCurrent
public jakarta.servlet.http.HttpServletRequest getCurrent()- Specified by:
getCurrentin interfaceorg.wildfly.security.authz.jacc.HttpServletRequestContext
-