Class QueryParamPresenceRequestMatcher

  • All Implemented Interfaces:
    org.springframework.security.web.util.matcher.RequestMatcher

    public class QueryParamPresenceRequestMatcher
    extends Object
    implements org.springframework.security.web.util.matcher.RequestMatcher
    Spring RequestMatcher that checks for the presence of a query parameter.
    Author:
    Gabriel Lavoie
    • Constructor Detail

      • QueryParamPresenceRequestMatcher

        public QueryParamPresenceRequestMatcher​(String param)
    • Method Detail

      • matches

        public boolean matches​(javax.servlet.http.HttpServletRequest httpServletRequest)
        Specified by:
        matches in interface org.springframework.security.web.util.matcher.RequestMatcher