Class CustomResourceHttpServletRequestWrapper

java.lang.Object
jakarta.servlet.ServletRequestWrapper
jakarta.servlet.http.HttpServletRequestWrapper
net.shibboleth.idp.plugin.oidc.op.oauth2.decoding.impl.CustomResourceHttpServletRequestWrapper
All Implemented Interfaces:
HttpServletRequest, ServletRequest
Direct Known Subclasses:
OIDCTokenRequestDecoder.RemoveScopeWhenCodeGrantHttpServletRequestWrapper

public class CustomResourceHttpServletRequestWrapper extends HttpServletRequestWrapper
A custom extension to HttpServletRequestWrapper overriding the resource parameter values with a custom prefix in the query string (for GET) and parameter map (for POST).