Class AdapterStateCookieRequestMatcher

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

    public class AdapterStateCookieRequestMatcher
    extends Object
    implements org.springframework.security.web.util.matcher.RequestMatcher
    Matches a request if it contains a "KEYCLOAK_ADAPTER_STATE" cookie.
    Author:
    Sjoerd Cranen
    • Constructor Detail

      • AdapterStateCookieRequestMatcher

        public AdapterStateCookieRequestMatcher()
    • Method Detail

      • matches

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