Package org.wildfly.security.authz.jacc
Interface HttpServletRequestContext
public interface HttpServletRequestContext
Context to access the current HttpServletRequest.
- Author:
- Darran Lofthouse
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.servlet.http.HttpServletRequestGet the currentHttpServletRequest.
-
Method Details
-
getCurrent
jakarta.servlet.http.HttpServletRequest getCurrent()Get the currentHttpServletRequest.- Returns:
- the current
HttpServletRequest.
-