Class HttpHeaderAccessManager

    • Method Detail

      • isAllowed

        public boolean isAllowed​(org.springframework.http.server.ServerHttpRequest request)
        Description copied from interface: AccessManager
        Determine if the specific request is allowed to be handled by the Dispatcher.
        Specified by:
        isAllowed in interface AccessManager
        Parameters:
        request - the request to check
        Returns:
        true if access is allowed.