Class KeycloakCsrfRequestMatcher

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

    public class KeycloakCsrfRequestMatcher
    extends Object
    implements org.springframework.security.web.util.matcher.RequestMatcher
    CSRF protection matcher that allows administrative POST requests from the Keycloak server.
    Author:
    Scott Rossillo
    • Constructor Detail

      • KeycloakCsrfRequestMatcher

        public KeycloakCsrfRequestMatcher()
    • Method Detail

      • matches

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